@charset "utf-8";
/* CSS Document */

/* restt-cssのリセット
--------------------------------------*/
html {
    background-color: transparent;
    background-image: none;
}

/* restt-cssのリセット end
--------------------------------------*/

/* 共通
--------------------------------------*/
body {
    font: 100%/1.7 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    color: #555;
    letter-spacing: .1em;
    width: 100%;
}

.wrap {
    /*---隙間対策---*/
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #0061bc;
}

a:-webkit-any-link {
    color: #0061bc;
}

a:hover {
    opacity: .8;
}

.FLeft {
    float: left;
    margin: 0;
    padding: 0;
}

.FRight {
    float: right;
    margin: 0;
    padding: 0;
}

/* chromeでのリンク先の青色枠線削除
------------------------------*/
*:focus {
    outline: none;
}

/* chromeでのリンク先の青色枠線削除 end
------------------------------*/
/* 共通 end
--------------------------------------*/


/* clearfix
--------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* for macIE \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

/* clearfix end
--------------------------------------*/

/*pageUpボタン設置
--------------------------------------*/

#back_to_top {
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 999;
}

#back_to_top img {
    opacity: .8;
    width: 50px;
}

#back_to_top img:hover {
    opacity: .6;
}

#pos {
    position: fixed;
    left: 5px;
    bottom: 5px;
    color: #000;
    z-index: 99;
}

/*pageUpボタン設置 end
--------------------------------------*/


.wf-roundedmplus1c {
    font-family: "Rounded Mplus 1c", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    ;
    font-weight: bold;
}

.wf-roundedmplus1cH2 {
    font-family: "Rounded Mplus 1c", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: bold;
    font-size: 196%;
    text-align: right;
    color: #67c7e3;
    line-height: 1.25em;
    letter-spacing: normal;
    position: relative;
    z-index: 4;
    text-shadow: 2px 0px 0px #fff, 0px 2px 0px #fff, -2px 0px 0px #fff, 0px -2px 0px #fff;
}

.wf-roundedmplus1cH3 {
    font-family: "Rounded Mplus 1c", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: bold;
    font-size: 88%;
    text-align: right;
    color: #67c7e3;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    text-shadow: 2px 0px 0px #fff, 0px 2px 0px #fff, -2px 0px 0px #fff, 0px -2px 0px #fff;
}

.logoBox {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    max-width: 980px;
    text-align: center;
    margin: 0 auto;
}

.logoBox h1 img {
    width: 100px;
    display: table-cell;
    vertical-align: middle;
}

.logo {
    background: #fff;
    padding: 8px 15px;
    display: table;
    vertical-align: middle;
    -webkit-border-radius: 40px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 40px;
    /* Firefox用 */
    border-radius: 40px;
    /* CSS3草案 */
}

.logoWrap {
    width: 100%;
    background: #67c7e3;
}

.logoWave {
    background: url(../img/bg01.png) repeat-x;
    width: 100%;
    height: 10px;
}

.logoWave02 {
    background: url(../img/bg02.png) repeat-x;
    width: 100%;
    height: 10px;
}

.daikouTit p {
    font-size: 200%;
    color: #67c7e3;
    text-align: right;
}

.daikouTit {
    box-sizing: border-box;
    padding: 10px;
}

.headerTel {
    background: #67c7e3;
    width: 100%;
}

.telFax {
    background: #fff;
    display: inline-block;
    padding: 3px 8px 8px 8px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: right;
    margin: 15px 0 20px;
}

.telBox img {
    height: 30px;
    margin-right: 5px;
}

.faxBox img {
    width: 30px;
    height: 30px;
    margin-right: 11px;
}

.telBox,
.faxBox,
.mailBox {
    display: table;
    text-align: center;
}

.h-mail.mailBox {
    display: flex;
    justify-content: space-between;
}

.telBox,
.faxBox {
    margin-bottom: 10px;
}

.telBox img,
.faxBox img,
.mailBox img {
    display: table-cell;
    vertical-align: middle;
}

.telFaxBox {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    font-size: 110%;
    color: #fff;
    margin-left: 0.5em;
    background: #67c7e3;
    -webkit-border-radius: 40px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 40px;
    /* Firefox用 */
    border-radius: 40px;
    /* CSS3草案 */
    letter-spacing: 0.2px;
}

.f-mail .telFaxBox {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 5px;
}

.telFaxBox a,
.callSH a {
    color: #fff;
}

.callPC {
    display: none;
}

.fTel.callConPC {
    display: none;
}

.callConPC {
    display: none;
}

.headerTelBox {
    margin: 0 10px;
    text-align: right;
    position: relative;
}

.tekkyo_man {
    position: absolute;
    top: -100px;
}

.tekkyo_man img {
    width: 155px;
    z-index: 3;
    position: relative;
}

.naviSH {
    background: #b3e3f1;
    z-index: 2;
}

.naviSH ul li {
    font-family: "Rounded Mplus 1c", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: bold;
    font-size: 100%;
    text-align: center;
    color: #444;
    letter-spacing: 0.1em;
    line-height: 2.7em;
    border-bottom: #fff solid 1px;
    background: #b3e3f1;
}

.naviInner {
    width: 100%;
}

.naviSH ul li a {
    color: #555;
    background: #b3e3f1;
}


/* Toggle Button
--------------------------------------*/
#nav-toggle {
    position: relative;
    width: 34px;
    cursor: pointer;
    z-index: 101;
    display: table-cell;
    top: 5px;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}

/* Toggle Button end
--------------------------------------*/


#global-nav {
    position: absolute;
    width: 100%;
    /* 開いてないときは画面外に配置 */
    top: -600px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


/* #nav-toggle 切り替えアニメーション
--------------------------------------*/
.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

/* #nav-toggle 切り替えアニメーション end
--------------------------------------*/


/* #global-nav スライドアニメーション
--------------------------------------*/
.open #global-nav {
    -moz-transform: translateY(1071px);
    -webkit-transform: translateY(1071px);
    transform: translateY(1071px);
}

.open #top {
    margin-top: 220px;
}

/* #global-nav スライドアニメーション end
--------------------------------------*/


/* コンテンツ
--------------------------------------*/
.contentWrap {
    text-align: center;
    margin: 3em auto 0 auto;
}

.hyouContentWrap {
    text-align: center;
    margin: 2.5em auto 0 auto;
}

.contentWrap h3 {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.3em;
    vertical-align: bottom;
    line-height: normal;
    display: inline-block;
}

.contentWrap h3:before,
.contentWrap h3:after {
    margin: 0 5px 0 0;
    content: " ";
    display: inline-block;
    width: 45px;
    height: 31px;
    background: url(../img/bicycle.png) no-repeat;
    background-size: contain;
    vertical-align: top;
}

.hyouContentWrap h3 {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    vertical-align: bottom;
    line-height: normal;
    margin: 0 auto;
    vertical-align: bottom;
}

.hyouContentWrap h3:before,
.hyouContentWrap h3:after {
    margin: 0 5px 0 0;
    content: " ";
    display: table-cell;
    width: 45px;
    height: 31px;
    background: url(../img/bicycle.png) no-repeat;
    background-size: contain;
    position: relative;
    vertical-align: bottom;
}


.titLine {
    height: 8px;
    width: 100%;
    background: url(../img/line.png) repeat-x;
}

.contentWrap h4 {
    background: #b3e3f1;
    color: #199bc1;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.2em;
    padding: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 1em;
}

.content {
    text-align: center;
    margin: 0 auto;
    max-width: 980px;
    box-sizing: border-box;
    padding: 0 10px;
}

.exposition {
    font-size: 0.8em;
    text-align: left;
    margin: 1.5em 0;
    display: inline-block;
}

.stepBox {
    background: #caebf5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: -webkit-flex;
    /* Safari */
    display: -ms-flex;
    /* ie */
    display: flex;
    padding: 5px;
    box-sizing: border-box;
    align-items: center;
}

.stepBox02,
.stepBox03,
.stepBox04 {
    background: #caebf5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: table;
    padding: 5px;
    box-sizing: border-box;
}

.stepBox03 {
    margin-bottom: 1em;
}

.sb01,
.stepBox02,
.stepBox04 {
    margin-bottom: 1em;
    width: 100%;
}

.num {
    color: #fff;
    font-size: 260%;
    box-sizing: border-box;
    z-index: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}

.sb02 {
    height: 100%;
}

.text {
    font-size: 0.8em;
    box-sizing: border-box;
    text-align: left;
    padding-left: 1em;
    -ms-display: table-cell;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.text02 {
    font-size: 0.8em;
    box-sizing: border-box;
    text-align: left;
    padding-left: 1em;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
}

.text02 p {
    text-align: left;
}

.tokuchou {
    background: #fff;
    list-style-type: disc;
    box-sizing: border-box;
    margin: 5px 10px 10px 0;
    padding: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.tokuchou li {
    margin-left: 2em;
    padding: 0;
}

.pdfBtn {
    display: table;
    background: #67c7e3;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 3px 10px;
    color: #fff;
    vertical-align: middle;
}

.pdfBtn:hover {
    opacity: .8;
}

.pdfBtn img {
    display: inline-block;
}

.pdfBtn span {
    font-size: 100%;
}

.arrowImg {
    width: 14px;
    height: auto;
}

.pdfImg {
    width: 20px;
    height: auto;
    position: relative;
    top: 3px;
}

.faxImg {
    width: 30px;
    height: auto;
    position: relative;
    top: 9px;
    margin-right: 0.5em;
}

.mailImg {
    width: 30px;
    height: auto;
    position: relative;
    top: 5px;
    margin-right: 0.5em;
}

.h-mail .mailImg {
    top: 0;
}

.faxBtn {
    display: inline-block;
    background: #67c7e3;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 0 18px;
    color: #fff;
    vertical-align: middle;
    font-size: 150%;
    margin-bottom: 5px;
}

.mailBtn {
    display: inline-block;
    background: #67c7e3;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 2px 18px 4px;
    color: #fff;
    vertical-align: middle;
    font-size: 130%;
    margin-bottom: 5px;
    letter-spacing: normal;
}

.mailBtn.con-mail {
    font-size: 15px;
}

.h-mail .mailBtn {
    font-size: 12px;
    padding-left: 7px;
    padding-right: 9px;
    letter-spacing: normal;
    margin-left: 0;
}

.f-mail .mailBtn {
    font-size: 18px;
}

.conWrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 360px;
    width: 100%;
    margin: auto;
    align-items: center;
}

.conWrap .faxBtnWrap {
    margin-bottom: 5px;
}

.contactBox {
    background: #67c7e3;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 60px;
    color: #fff;
    overflow: hidden;
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
    margin-top: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contactBox .telImg {
    margin-top: 5px;
}

.conTxt {
    line-height: 1.5em;
}

.telImg {
    width: 30px;
    margin-right: 5px;
}

.tL {
    font-size: 130%;
}

.contactTImg {
    width: 100px;
    vertical-align: middle;
    height: 100px;
}

.logoBox .widthPc {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.logoBox .widthPc .acrImg,
.logoBox .widthPc h2 {
    display: none;
}

.pdfBtnWrap,
.faxBtnWrap {
    display: block;
}

.pdfBtnWrap {
    margin-top: 10px;
}

.oclockBtnWrap {
    display: table;
    vertical-align: middle;
    max-width: 980px;
    text-align: center;
    margin: 0 auto;
}

.oclockImg {
    width: 40px;
    height: auto;
    position: relative;
    display: table-cell;
    margin-right: 8px;
    top: 6px;
}

.oclockBtn {
    display: table-cell;
}

.pdfBtn span .textL {
    font-size: 140%;
    position: relative;
    top: 1px;
}

.oclockBtn {
    padding: 1px 15px;
}

.entryText {
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

.entryImg {
    width: auto;
    height: 35px;
    position: relative;
    display: table-cell;
    margin-right: 8px;
}

.entryBtn span {
    top: 0;
}

.oclickPC {
    display: none;
}

.oclickSH .pdfBtn span {
    letter-spacing: normal;
    margin-left: 0;
    line-height: 0.5em;
    padding-top: 10px;
}

.oclockBtn {
    padding: 1px 10px;
}

.oclockBtnWrap img {
    display: table-cell;
}

.entryBtnWrapSH .entryBtn {
    display: inline-block;
    background: #67c7e3;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 4px;
    color: #fff;
    vertical-align: middle;
    font-size: 83%;
    letter-spacing: normal;
}

.entryBtnWrapSH {
    display: -webkit-flex;
    /* Safari */
    display: -ms-flex;
    /* ie */
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    vertical-align: middle;
    max-width: 980px;
    text-align: center;
    margin: 0 auto;
}

.contH {
    margin-top: 3em;
}

.entryBtnWrapPC {
    display: none;
}

.tourokuBtn {
    display: inline-block;
    background: #67c7e3;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    padding: 5px 15px;
    color: #fff;
    vertical-align: middle;
}

.tourokuBtn span {
    display: inline-block;
    position: relative;
    font-size: 100%;
    line-height: 1.3em;
    padding-top: 3px;
}

.tourokuBtn img {
    position: relative;
    top: -5px;
    width: 20px;
}

.tourokuBtn img+img {
    margin-right: 10px;
}

.tourokuBtnWrapPC {
    display: none;
}

.nagareBtn {
    display: inline-block;
    background: #67c7e3;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 5px 9px;
    color: #fff;
    vertical-align: middle;
}

.nagareBtn img {
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.nagareBtn span {
    font-size: 120%;
}

.oclockBtnWrap img {
    display: none;
}

.hikitoriList {
    list-style-type: square;
    padding: 5px;
    display: inline-block;
    margin: 0 auto;
}

.hikitoriList li {
    margin-left: 1.5em;
}

.hikitoriText {
    margin: 0 auto;
    display: table;
    font-size: 0.8em;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    line-height: 1.5em;
    box-sizing: border-box;
    text-align: left;
}

.hikitoriSb {
    max-width: 980px;
    box-sizing: border-box;
    display: table;
}

.ryoukinHyouSH {
    letter-spacing: 0.1em;
    display: inline-table;
}

.ryoukinHyouSH:before,
.ryoukinHyouSH:after {
    display: table-cell;
    vertical-align: middle;
}

.ryoukinHyouPC {
    display: none;
}



/* テーブル
--------------------------------------*/
table {
    border: 3px solid #94d8eb;
    border-collapse: separate;
    border-spacing: 0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    width: 100%;
}

table thead th {
    padding: .6em 1em;
    border-bottom: 2px solid #94d8eb;
    color: #fff;
    font-weight: bold;
}

table thead th {
    background-color: #94d8eb;
    text-align: center;
    letter-spacing: normal;
}

table tbody th {
    background-color: #dff7fd;
    width: 10%;
    padding: .6em 1em;
    border-bottom: 2px solid #94d8eb;
}

table thead th+th {
    border-left: 2px solid #fff;
}

table tbody td {
    border-left: 2px solid #94d8eb;
    padding: 1em;
    border-bottom: 2px solid #94d8eb;
    text-align: left;
    font-size: 90%;
    line-height: normal;
}

table tbody td:first-child {
    border-left: none;
}

table tbody tr:last-child th,
table tbody tr:last-child td {
    border-bottom: none;
}

table thead tr:first-child th:first-child {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

table thead tr:first-child th:last-child {
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
}

table tbody tr:last-child th:first-child {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

table tbody tr:last-child th:last-child {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}

.tableSH thead tr:first-child th:first-child {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.tableSH thead tr:first-child th {
    border-bottom: 2px solid #fff;
}

.tablePC {
    display: none;
}

.tableSH {
    font-size: 80%;
    letter-spacing: normal;
    line-height: normal;
}

.tableSH+.tableSH {
    margin-top: 1em;
}

.tableSH thead th {
    padding: 0.1em;
}

/* テーブル end
--------------------------------------*/

.optionSH {
    font-size: 75%;
    margin: 1em 0;
    text-align: left;
}

.yusouSb {
    max-width: 980px;
    box-sizing: border-box;
    display: table;
    text-align: center;
    margin: 1.5em auto;
}

.yusouText {
    font-size: 80%;
    line-height: 1.5em;
    text-align: left;
}

.boldText {
    font-weight: bold;
}


footer {
    background: #67c7e3;
    text-align: center;
    margin: 3em auto 0 auto;
}

.fnavi ul li {
    border-bottom: rgba(255, 255, 255, .5) solid 1px;
}

.fnavi ul li a {
    padding: 7px;
    display: block;
    color: #fff;
}

.fnavi ul li a:before {
    margin: 0 10px 0 0;
    content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/arrow.png);
    background-size: contain;
    vertical-align: middle;
}

.fPdfBtn {
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #67c7e3;
    vertical-align: middle;
    width: 100%;
    margin-top: 1em;
}

.fAdress {
    background: #fff;
    color: #67c7e3;
    font-size: 95%;
    font-weight: bold;
    line-height: 1.2em;
    padding: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.fAdress img,
.fAdress span {
    display: table;
    text-align: center;
    margin: 0 auto;
}

.fAdress img {
    width: 110px;
    margin-bottom: 0.3em;
}

.fTel {
    display: table;
    width: 100%;
    text-align: center;
}

.fTel.f-mail {
    display: flex;
    justify-content: center;
}

.fTel img {
    width: 29px;
    margin-right: 5px;
}

.fTel span {
    color: #fff;
    font-weight: bold;
    font-size: 160%;
    letter-spacing: normal;
}

#copyright {
    color: #fff;
    font-size: 60%;
    margin-top: 2em;
}

.appWrap {
    background: #caebf5;
    text-align: center;
    padding: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.appWrap p {
    color: #199bc1;
    font-weight: bold;
}

.appWrap img {
    width: 45%;
}

.appWrap img+img {
    margin-left: 10px;
}

.fNaviPC {
    display: none;
}

.telFax p {
    color: #67C7E3;
    font-size: 90%;
    text-align: center;
    margin: 0 auto;
}

.textSm {
    font-size: 90%;
}

.tL {
    font-size: 120%;
}

/*
20241112 追記
    */

.tel-text {
    font-size: 75%;
}

.fTel span.tel-text {
    font-size: 65%;
}

.fTel .wf-roundedmplus1c {
    line-height: 0;
}

.fTel {
    margin-bottom: 10px;
}

.telFaxBox {
    line-height: 1.2;
    padding: 10px 7px;
}

.telBox,
.faxBox,
.mailBox {
    display: flex;
    align-items: center;
}

.contact {
    display: flex;
    justify-content: center;
}

.contactBox {
    max-width: 350px;
    width: 100%;
}

.exposition {
    max-width: 570px;
    width: 100%;
}

/**
 * 14.1 - >= 390px
 */

@media screen and (min-width: 390px) {

    .tekkyo_man img {
        width: 200px;
        top: -50px;
    }

    .oclockBtnWrap img {
        display: block;
    }

    .entryBtnWrapSH .entryBtn {
        font-size: 95%;
    }

}



/**
 * 14.1 - >= 530px
 */

@media screen and (min-width: 530px) {

    .daikouTit div h2 {
        text-align: center;
    }

    .daikouTit {
        padding-left: 4em;
    }

    .entryBtnWrapSH .entryBtn {
        font-size: 110%;
        padding: 4px 12px;
    }

    .ryoukinHyouSH .hyouContentWrap h3:before,
    .ryoukinHyouSH .hyouContentWrap h3:after {
        bottom: 0px;
    }

    .tL {
        font-size: 130%;
    }

    .sh-show {
        display: none;
    }

    .tekkyo_man {
        top: -60px;
    }

}



/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.374em) {

    .widthPc {
        max-width: 980px;
        text-align: center;
        margin: 0 auto;
        position: relative;
    }

    .widthPcTelFax {
        max-width: 980px;
        text-align: right;
        margin: 0 auto;
        position: relative;
    }

    #nav-toggle {
        display: none;
    }

    #global-nav {
        position: relative;
        width: 100%;
        top: 0;
    }

    .naviSH ul {
        display: -webkit-flex;
        /* Safari */
        display: -ms-flex;
        /* ie */
        display: flex;
        -webkit-flex-flow: row;
        /*--- safari用 ---*/
        -ms-flex-flow: row;
        /*--- ie ---*/
        flex-flow: row;
        -webkit-justify-content: space-around;
        /*--- safari用 ---*/
        -ms-justify-content: space-around;
        /*--- ie ---*/
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        /*--- safari用 ---*/
        -ms-flex-wrap: wrap;
        /*--- ie ---*/
        flex-wrap: wrap;
        background: #b3e3f1;
    }

    .daikouTit div h2:first-child {
        display: none;
    }

    .headerHexp {
        color: #fff;
        font-size: 90%;
        text-align: center;
        vertical-align: middle;
        letter-spacing: normal;
    }

    .logoBox .widthPc .acrImg,
    .logoBox .widthPc h2 {
        display: table-cell;
        vertical-align: middle;
    }

    .logoBox .widthPc .acrImg img {
        vertical-align: middle;
    }

    .daikouTit div h2:last-child {
        text-align: center;
        font-size: 300%;
        letter-spacing: 0.1em;
        padding-left: 2em;
    }

    .telFax {
        margin-right: 5%;
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .telFaxBox {
        font-size: 180%;
        width: 300px;
        line-height: normal;
        letter-spacing: 0.1em;
    }

    .telBox img,
    .faxBox img,
    .mailBox img {
        height: 45px;
        margin-right: 10px;
        width: auto;
    }

    .h-mail.mailBox {
        justify-content: space-between;
    }

    .h-mail .mailBtn {
        font-size: 125%;
        padding-top: 15px;
        padding-bottom: 18px;
    }

    .f-mail .telFaxBox {
        letter-spacing: 0.1em;
        font-size: 18px;
    }

    .fTel.f-mail {
        margin-top: 15px;
    }

    .faxBox img {
        width: 46px;
        margin-right: 20px;
    }

    .tekkyo_man img {
        width: 270px;
    }

    .tekkyo_man {
        margin-left: 5%;
    }

    .contentWrap h4 {
        display: inline-block;
        padding-left: 1em;
        padding-right: 1em;
        font-size: 130%;
    }

    .stepWrap {
        max-width: 980px;
        display: -webkit-flex;
        /* Safari */
        display: -ms-flex;
        /* ie */
        display: flex;
        height: 100%;
        box-sizing: border-box;
    }

    .stepWrap02 {
        max-width: 980px;
        display: -webkit-flex;
        /* Safari */
        display: -ms-flex;
        /* ie */
        display: flex;
        height: 100%;
        box-sizing: border-box;
        margin-bottom: 1em;
    }

    .sb01 {
        width: 33%;
        box-sizing: border-box;
    }

    .sb01+.sb01,
    .sb02+.sb02 {
        margin-left: 1em;
    }

    .sb02 {
        padding-right: 1em;
    }

    .stepBox {
        padding: 10px;
        display: table;
        width: 100%;
        box-sizing: border-box;
        height: 100%;
    }

    .stepBox02 {
        padding: 10px;
        /* display: table; */
        width: 100%;
        box-sizing: border-box;
        height: 60%;
        /* display: inline-block; */
        margin-bottom: 0;
    }

    .stepBox04 {
        padding: 10px;
        /* display: table; */
        width: 100%;
        box-sizing: border-box;
        height: 60%;
        /* display: inline-block; */
        margin-bottom: 1em;
    }

    .stepBox03 {
        padding: 10px;
        /* display: table; */
        width: 100%;
        /* box-sizing: border-box; */
        /* height: 10%; */
        margin-bottom: 0;
    }

    .stepBoxH02 {
        height: 20%;
    }

    .num {
        box-sizing: border-box;
        display: table-cell;
        vertical-align: middle;
    }

    .sb02 {
        width: 54%;
        box-sizing: border-box;
        /* height: 100%; */
    }

    .sb03 {
        width: 46%;
        box-sizing: border-box;
        height: inherit;
        /* display: inherit; */
    }

    .contentWrap {
        margin-top: 3em;
    }

    .contH {
        margin-top: 4em;
    }

    /*
    .contactTImg {
        width: 90px;
    }

    .conTxt {
        padding: 12px 10px 10px 10px;
    }

    .contactBox {
        -webkit-border-radius: 48px;
        -moz-border-radius: 48px;
        border-radius: 48px;
    }
*/
    .oclickPC {
        display: table;
    }

    .oclickSH {
        display: none;
    }

    .oclockBtn {
        padding: 1px 15px;
    }

    .oclockImg {
        top: 0;
    }

    .pdfBtn span {
        font-size: 110%;
        margin-left: 5px;
    }

    .entryBtnWrapSH {
        display: none;
    }

    .entryBtnWrapPC {
        display: -webkit-flex;
        /* Safari */
        display: -ms-flex;
        /* ie */
        display: flex;
        -webkit-justify-content: center;
        /* Safari */
        -ms-justify-content: center;
        /* ie */
        justify-content: center;
    }

    .entryBtnWrapPC img {
        height: 34px;
        width: auto;
        margin-right: 8px;
    }

    .entryBtnWrapPC div+img {
        margin-left: 20px;
    }

    .entryBtnWrapPC .entryBtn {
        display: inline-block;
        background: #67c7e3;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        padding: 4px 12px;
        color: #fff;
        vertical-align: middle;
        font-size: 110%;
        letter-spacing: 0.1em;
    }

    .keyImg {
        transform: rotate(-45deg);
    }

    .tourokuBtnWrapPC {
        display: table;
        text-align: center;
        margin: 0 auto;
    }

    .tourokuBtnWrapSH {
        display: none;
    }

    .tourokuBtn img {
        top: 3px;
    }

    .ryoukinHyouSH {
        display: none;
    }

    .ryoukinHyouPC {
        display: inline-block;
    }

    .hyouContentWrap h3:before,
    .hyouContentWrap h3:after {
        display: inline-block;
        bottom: 0px;
    }

    .hyouContentWrap h3 {
        letter-spacing: 0.3em;
        text-align: center;
        margin: 0;
    }

    .tableSH,
    .optionSH {
        display: none;
    }

    .tablePC {
        display: table;
    }

    .yusouText {
        text-align: center;
    }

    .callPC {
        display: table-cell;
    }

    .fTel.callSH {
        display: none;
    }

    .callSH {
        display: none;
    }

    .callConPC {
        display: inline-block;
    }

    .fTel.callConPC {
        display: inline-block;
    }

    .appWrap {
        display: none;
    }

    .fNaviPC {
        display: block;
        text-align: center;
        padding-top: 1em;
    }

    .fNaviSH {
        display: none;
    }

    .fNaviPC ul {
        max-width: 600px;
        display: table;
        margin: 0 auto;
        line-height: 0.1px;
    }

    .fNaviPC ul li {
        float: left;
        border-bottom: none;
    }

    .fnavi ul li a:before {
        margin: 0 5px 0 0;
    }

    .fnavi ul li a {
        padding: 7px 15px;
    }

    .fPdfBtn {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .fAdress {
        display: table;
        margin: 30px auto;
    }

    .fTel {
        display: inline-block;
        width: auto;
    }

    .fTel+.fTel {
        margin-left: 30px;
    }

    #copyright {
        margin-top: 4em;
    }

    .pdfBtn {
        padding: 3px 15px;
    }

    .arrowImg {
        margin-right: 5px;
    }

    .naviSH ul li {
        border-bottom: none;
    }

    .telFax p {
        font-size: 130%;
    }

    .telFax {
        padding: 7px 20px 20px 20px;
    }


    /*
20241112 追記
    */

    .tel-text {
        font-size: 55%;
    }

    .telFaxBox {
        line-height: .8;
    }

    .fTel.callConPC .wf-roundedmplus1c {
        display: inline-block;
        max-width: 210px;
        width: 100%;
    }

    .fTel.callConPC {
        max-width: 260px;
        width: 100%;
        display: inline-block;
    }

    .fTel.callConPC span {
        line-height: normal;
    }

    .fTel.callConPC img {
        display: inline-block;
        vertical-align: top;
        top: 7px;
        position: relative;
    }

    .fTel.callConPC .tel-text {
        font-size: 100%;
    }

    .telFaxBox.wf-roundedmplus1c.callSH {
        display: none;
    }
}




/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9374em) {
    .headerHexp {
        font-size: 95%;
        letter-spacing: 0.1em;
    }

    .tekkyo_man {
        margin-left: 7%;
    }

    .telFax {
        margin-right: 10%;
    }

}



/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
    .headerHexp {
        font-size: 110%;
        letter-spacing: 0.1em;
    }

}