/*----------------------------------------------------------------------------------------------------------------------
リセット
----------------------------------------------------------------------------------------------------------------------*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
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;
}

.txtCenter{text-align: center !important;}
.fnt12{font-size: 12px !important;}
.fnt13{font-size: 13px !important;}
.fnt16{font-size: 16px !important;}
.fnt18{font-size: 18px !important;}
.fnt20{font-size: 20px !important;}

.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}

.brk{display: block;}
hr{border-top: 1px solid #d3d3d3;border-bottom: 1px solid #fff;margin: 35px 0;}
strong{font-weight: bold;}
/*----------------------------------------------------------------------------------------------------------------------
ログインページ　設定
----------------------------------------------------------------------------------------------------------------------*/
body{
font-family: YakuHanJP_Narrow,"メイリオ","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",sans-serif;
line-height: 1.4;
font-size: 14px;
color: #4a4a4a;
box-sizing: border-box;
}
body#top{
display: flex;
flex-direction: column;
min-height: 100vh;
}
.questrial-regular {
font-family: "Questrial", sans-serif;
font-weight: 400;
font-style: normal;
}

main#login{
width: 100%;
max-width: 1130px;
height: 96vh;
display: flex;
align-items: center;
margin: 0 auto;
color: #4a4a4a;
}
main#login section.ttl{
width: 30%;

}
main#login section.login{
width: 70%;
}
main#login section.ttl h1{
font-size: 50px;
color: #1b978d;
line-height: 1.1;
margin-top: -50px;
}

main#login section.ttl h1 img{
width: 100%;
height: auto;
max-width: 100px;
display: block;

}
main#login section.ttl h1 span{display: block;}

main#login section.login .grayBoxArea{
background: #f3f3f3;
margin-bottom: 25px;
padding: 3em 4em;
display: flex;
}
main#login section.login h2{
font-size: 26px;
font-weight: bold;
color: #808080;
letter-spacing: 1.5px;
}

main#login section.login .logTtl{width: 32%;}
main#login section.login .RgstArea{
width: 68%;
}
main#login section.login a.btn{
background: #1b978d;
border: none;
border-radius: 3px;
color: #FFF;
font-size: 14px;
padding: 0.8em 0;
width: 200px;
display: inline-block;
text-decoration: none;
}
main#login section.login a.btn:hover{opacity: 0.9;}

input[type=text],input[type=password]{
width: 90%;
border: 1px solid #d3d3d3;
padding: 0.8em 0.6em;
border-radius: 3px;
}
.RgstArea input[type=submit]{
background: #1b978d;
border: none;
border-radius: 3px;
color: #FFF;
font-size: 14px;
padding: 0.8em 0;
width: 200px;
cursor: pointer;
}
input[type=submit]:hover{opacity: 0.9;}
input[type=text]:focus,input[type=password]:focus{outline: 0;border: 1px solid #1b978d;}

footer{
color: #808080;
text-align: center;
font-size: 14px;
}
/*----------------------------------------------------------------------------------------------------------------------
トップページ　設定
----------------------------------------------------------------------------------------------------------------------*/
main{margin: 30px 0 30px 0;flex: 1;}
section.contentInner img{width: auto; height: auto; max-width: 100%;}
section.contentInner img.blnk{margin-left: 0.5em;}
section.contentInner{
width: 94%;
max-width: 1370px;
margin: 0 auto;
}
main a{color: #1b978d;text-decoration: underline;}
section.contentInner h1{
font-size: 30px;
border-bottom: 3px solid #1b978d;
color: #1b978d;
padding-bottom: 10px;
margin-bottom: 20px;
}
section.contentInner h2{
font-size: 18px;
margin-bottom: 20px;
}
section.contentInner h3{
font-size: 20px;
margin-bottom: 20px;
background: #1b978d;
color: #FFF;
padding: 0.5em 0.5em 0.4em 0.5em;
line-height: 1.1;
}
section.contentInner div.boxArea{
display: flex;
justify-content: center;
margin-bottom: 20px;
box-sizing: border-box;
}
section.contentInner div.boxArea .twClm{
font-size: 16px;
width: 47.5%;
max-width: 650px;
margin-right: 5%;
line-height: 1.8;
}
section.contentInner div.boxArea .twClm:last-of-type{margin-right: 0;}
section.contentInner div.boxArea .twClm p{margin-bottom: 5px;}
section.contentInner p.indent{
text-indent: -1.2em;
margin-left: 1.2em;
margin-bottom: 0 !important;
letter-spacing: 0.5px;
}
div.boxArea .twClm .attntnBox{
background:#fff3f3;
padding: 1.5em 2em;
}
div.boxArea .twClm .imgBox{
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}
div.boxArea .twClm .imgBox .img{
width: 47.3%;
max-width: 307px;
}
div.boxArea .twClm .imgBox .txt{
width: 52.7%;
padding: 0 1em;
}
div.boxArea .twClm .imgBoxSc{
display: flex;
justify-content: center;
margin-top: 30px;
}
div.boxArea .twClm .imgBoxSc .img{
width: 43.2%;
max-width: 281px;
}
div.boxArea .twClm .imgBoxSc .txt{
width: 56.8%;
padding: 0 1em;
}
body#top footer{background: #3c3c3c;}
footer p{padding: 15px 0;font-size: 14px;color: #FFF;}
/*----------------------------------------------------------------------------------------------------------------------
レスポンシブ設定
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1129px) {
main#login{
width: 90%;
max-width: 1000px;
height: auto;
display: inherit;
}
main#login section.ttl{width: 100%;max-width: 200px;margin:30px auto;}
main#login section.login{width: 100%;}
main#login section.ttl h1{margin-top: 30px;}
footer{margin: 50px auto 20px auto;}
body#top footer{margin: 0 0 !important;}
}
@media screen and (max-width: 768px) {
section.contentInner div.boxArea{
display: inherit;
margin-bottom: 10px;
}
section.contentInner div.boxArea .twClm{
width: 100%;
max-width: 760px;
margin:0 auto 30px auto;
}
section.contentInner div.boxArea .twClm:last-of-type{margin-bottom: 50px;}
div.boxArea .twClm .imgBox .img{width: 41%;}
div.boxArea .twClm .imgBox .txt{width: 59%;}
div.boxArea .twClm .imgBoxSc .img{width: 37%;}
div.boxArea .twClm .imgBoxSc .txt{width: 63%;}
}
@media screen and (max-width: 580px) {
main#login section.ttl{max-width: 160px;}
main#login section.ttl h1{font-size: 40px;}
main#login section.login .grayBoxArea{display: inherit;}
main#login section.login h2{
font-size: 26px;
font-weight: bold;
color: #808080;
letter-spacing: 1.5px;
}
main#login section.login .logTtl{width: 100%;margin-bottom: 20px;}
main#login section.login .RgstArea{width: 100%;}
main#login section.login a.btn,input[type=submit]{width: 98%;max-width: 200px;}
section.contentInner h1{font-size: 24px;}
div.boxArea .twClm .imgBox{display: inherit;}
div.boxArea .twClm .imgBoxSc{display: inherit;}
div.boxArea .twClm .imgBox .img{width: 100%;margin: 0 auto;}
div.boxArea .twClm .imgBox .txt{width: 100%;text-align: center;}
div.boxArea .twClm .imgBoxSc .img{width: 100%;margin: 0 auto;}
div.boxArea .twClm .imgBoxSc .txt{width: 100%;}


}
@media screen and (max-width: 430px) {
.brk{display:none;}
}