

/* Base */
*{
margin:0;
padding:0;
line-height:170%;
}
html { 
font-size: 62.5%; 
}
body {
margin:0 auto;
padding:0;
text-align:center;
color: #222;
background:#fff;
font-size:1.4rem;
font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Arial', /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',       /* Windowsの欧文 */
               YuGothicM,        /* Windows8.1以上は游ゴシック */
               YuGothic,         /* Macの游ゴシック */
               sans-serif;
}
@media all and (-ms-high-contrast:none) {
body {
font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
font-weight: normal;
}
}
/* Windows */
@font-face {
  font-family: YuGothicM;
  font-weight: 400;
  src: local('YuGothic-Medium'),  /* Mediumを明示的に指定 */
       local('Yu Gothic Medium'), /* Chrome用 */
       local('YuGothic-Regular'); /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local('YoGothic-Bold'), /* Boldはそのまま */
       local('Yu Gothic');     /* Chrome用 */
}
body.noscroll {
position: fixed;
width:100%;
overflow-y: scroll;
}
a:link {
color:#222;
text-decoration:underline;
}
a:hover {
color:#333;
text-decoration:underline;
}
a:active {
color:#333;
text-decoration:underline;
}
a:visited {
color:#333;
text-decoration:underline;
}
img{
margin: 0;
padding: 0;
vertical-align: bottom;
border:none;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
/*  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
}
ul li{
list-style:none;
}
.mbotom5 {
margin-bottom:5px;
}
.font-50 {
font-size:5remx;
}
.font-40 {
font-size:4rem;
}
.font-30 {
font-size:3rem;
}
.font-24 {
font-size:2.4rem;
}
.font-22 {
font-size:2.2rem;
}
.font-20 {
font-size:2rem;
}
.font-18 {
font-size:1.8rem;
}
.font-16 {
font-size:1.6rem;
}
.font-14 {
font-size:1.4rem;
}
.font-12 {
font-size:1.2rem;
}
.font-10 {
font-size:1rem;
}
.font-8 {
font-size:0.8rem;
}
.mbotom10 {
margin-bottom:10px;
}
.mbotom15 {
margin-bottom:15px;
}
.mbotom20 {
margin-bottom:20px;
}
.mbotom25 {
margin-bottom:25px;
}
.mbotom30 {
margin-bottom:30px;
}
.mbotom35 {
margin-bottom:35px;
}
.mbotom40 {
margin-bottom:40px;
}

.mbotom50 {
margin-bottom:50px;
}
.mbotom60 {
margin-bottom:60px;
}
.mbotom70 {
margin-bottom:70px;
}
.mbotom80 {
margin-bottom:80px;
}
.mbotom90 {
margin-bottom:90px;
}
.mbotom100 {
margin-bottom:100px;
}
.mbotom110 {
margin-bottom:110px;
}
.mbotom120 {
margin-bottom:120px;
}
.mbotom130 {
margin-bottom:130px;
}
.mbotom140 {
margin-bottom:140px;
}
.mbotom150 {
margin-bottom:150px;
}
.mtop10 {
margin-top:10px;
}
.mtop15 {
margin-top:15px;
}
.mtop20 {
margin-top:20px;
}
.mtop30 {
margin-top:30px;
}
.mtop40 {
margin-top:40px;
}
.mleft10 {
margin-left:10px;
}
.mleft15 {
margin-left:15px;
}
.mleft20 {
margin-left:20px;
}
.mleft30 {
margin-left:30px;
}
.mleft40 {
margin-left:40px;
}
.mright10 {
margin-right:10px;
}
.mright15 {
margin-right:15px;
}
.mright20 {
margin-right:20px;
}
.mboth10 {
margin:10px 0px;
}
.mboth15 {
margin:15px 0px;
}
.mboth20 {
margin:20px 0px;
}
.mboth30 {
margin:30px 0px;
}
.mboth_lr10 {
margin:0px 10px;
}
.mboth_lr15 {
margin:0px 15px;
}
.mboth_lr20 {
margin:0px 20px;
}
.mboth_all10 {
margin:10px;
}
.mboth_all15 {
margin:15px;
}
.mboth_all20 {
margin:20px;
}
.padbottom10 {
padding-bottom:10px;
}
.padbottom15 {
padding-bottom:15px;
}
.padbottom20 {
padding-bottom:20px;
}
.padbottom30 {
padding-bottom:30px;
}
.padbottom40 {
padding-bottom:40px;
}
.padtop10 {
padding-top:10px;
}
.padtop15 {
padding-top:15px;
}
.padtop20 {
padding-top:20px;
}
.padtop30 {
padding-top:30px;
}
.padtop40 {
padding-top:40px;
}
.padleft10 {
padding-left:10px;
}
.padleft15 {
padding-left:15px;
}
.padleft20 {
padding-left:20px;
}
.padleft30 {
padding-left:30px;
}

.padright10 {
padding-right:10px;
}
.padright15{
padding-right:15px;
}
.padright20 {
padding-right:20px;
}
.padboth10 {
padding:10px 0px;
}
.padboth15 {
padding:15px 0px;
}
.padboth20 {
padding:20px 0px;
}
.padboth_lr10 {
padding:0px 10px;
}
.padboth_lr15 {
padding:0px 15px;
}
.padboth_lr20 {
padding:0px 20px;
}
.padboth_all10 {
padding:10px;
}
.padboth_all15 {
padding:15px;
}
.padboth_all18 {
padding:18px;
}
.padboth_all20 {
padding:20px;
}
.padboth_all30 {
padding:30px;
}
.height2em{
height:2em;
}
.height25em{
height:2.5em;
}
.height3em{
height:3em;
}
.img_float_right_top {
padding-left:10px;
padding-bottom:10px;
float:right;
}
.img_float_left_top {
padding-right:10px;
padding-bottom:10px;
float:left;
}
.img_align_left_top {
padding-right:10px;
padding-bottom:10px;
}
.img_align_right_top {
padding-left:10px;
padding-bottom:10px;
}

.indent-5em {
padding-left:0.5em;
text-indent:-0.5em;
}
.indent1em {
padding-left:1em;
text-indent:-1em;
}
.indent15em  {
padding-left:1.7em;
text-indent:-1.7em;
}
.indent2em  {
padding-left:2em;
text-indent:-2em;
}
.indent3em  {
padding-left:3em;
text-indent:-3em;
}
.indent6em  {
padding-left:6em;
text-indent:-6em;
}

.text-uline {
text-decoration:underline;
}

.text-height-4em{
height:4em;
}
.text-height-3em{
height:3em;
}
.text-height-2em{
height:3em;
}

.font-bold {
font-weight:bold;
}

br.brake{
display:block;
}
br.no-brake{
display:none;
}
.align_left{
text-align:left;
}
.align_center{
text-align:center;
}
.align_right{
text-align:right;
}

button{
cursor: pointer;
}

/*基本カラー*/
.keycolor-font-ptn1 {
color:#8f1d22;
}
.keycolor-font-ptn2 {
color:#222;
}
.keycolor-font-ptn3 {
color:#6f1714;
}
.keycolor-font-ptn4 {
color:#FF9900;
}
.keycolor-font-ptn5 {
color:#FF3300;
}

.button{
cursor: pointer;
}
.button:hover{
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
.vertical_bottom{
vertical-align:bottom;
}
br.break{
display:block;
}
.disp-pc{
display:block;
}
.disp-sp{
display:none;
}

.img_hover:hover{
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

::-moz-selection {
    background: #222;
    text-shadow: none;
    color:#fff;
}

::selection {
    background: #222;
    text-shadow: none;
    color:#fff;
}

input{
vertical-align:middle; 
}
:placeholder-shown {color: #999}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {color: #999; }
/* Firefox 18- */
:-moz-placeholder {color: #999; opacity: 1; }
/* Firefox 19+ */
::-moz-placeholder {color: #999; opacity: 1; }
/* IE 10+ */
:-ms-input-placeholder {color: #999; }

.jp-font{
font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.Oswald-font{
font-family: 'Oswald', sans-serif;
font-weight:100;
}
.Teko-font{
font-family: 'Teko', sans-serif;
font-weight:100;
}


/****imgwid***/
img.img-full-wid{
width:100%;
height:auto;
}
img.img-max-wid{
max-width:100%;
height:auto;
}
img.vtop{
vertical-align: top;
}
/****imgwid***/

	


.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

::placeholder {
  color: #999;
  font-size: 1.4rem;
  padding:10px;
}


/****pagetop***/
#pagescrolltop {
display: none;
position: relative;
right: 10px;
width:35px;
height:35px;
cursor: pointer;
background: url(../images/pagetop.png) no-repeat center top;
overflow:hidden;
z-index:200;
transition: 0.3s ease;
zoom:1;
}

#pagescrolltop:hover{
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
transition: 0.3s ease;
}
#pagescrolltop span{
  display: none;
}


.box-gray-border{
border:2px solid #ddd;
box-sizing:border-box;
border-radius:15px;
padding:15px;
}

/***fadein***/
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 2000ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

/***buttun***/
.buttun-area{
width:100%;
margin:0 auto;
clear:both;
}
.buttun-ptn-1-left,
.buttun-ptn-1-center{
width:300px;
background-position:left top;
background-image:url(../images/bg_btn.png);
background-repeat:no-repeat;
border-radius:50px;
transition: 0.3s ease;
cursor:pointer;
padding:2px 0px;
}
.buttun-ptn-1-left{
text-align:left;
}
.buttun-ptn-1-center,.buttun-center a{
margin:0 auto;
text-align:center;
}
.buttun-ptn-1-left a,
.buttun-ptn-1-center a{
display:block;
background-color:#fff;
border-radius:50px;
margin:0 2px;
text-decoration:none;
text-align:center;
}
.buttun-ptn-1-left a>p,
.buttun-ptn-1-center a>p{
width:100%;
line-height:100%;
color:#222;
font-size:1.4rem;
padding:12px 0px;
position: relative;
}
.buttun-ptn-1-left a>p::before,
.buttun-ptn-1-center a>p::before{
content: "";
position: absolute;
top:17px;
right: 15px;
width: 4px;
height: 4px;
border-top: 1px solid #333;
border-right: 1px solid #333;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition: 0.3s ease;
}
.buttun-ptn-1-left:hover,
.buttun-ptn-1-center:hover{
background-position:left -20px top;
background-image:url(../images/bg_btn_hover.png);
transition: 0.3s ease;
}
.buttun-ptn-1-left:hover a>p::before,
.buttun-ptn-1-center:hover a>p::before{
right: 10px;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
border-right: none;
width: 14px;
top:19px;
}

@media screen and (min-width: 319px) and (max-width: 768px){
.buttun-ptn-1-left,
.buttun-ptn-1-center{
width:100%;
}
}
/***buttun***/

/***h***/
.h3-style{
margin-bottom:30px;
text-align:left;
clear:both;
}
.h3-style>h3{
font-size:3.6rem;
background-image:url(../images/bg_h3_border.png);
background-position:left bottom;
background-repeat:no-repeat;
padding-bottom:10px;
font-weight:bold;
}
.h3-style>h3.admin{
background-image:none;
}
.h3-style-works{
margin-bottom:40px;
text-align:left;
clear:both;
}
.h3-style-works>h3{
font-size:3.8rem;
background-image:url(../images/bg_h3_leftborder.png);
background-position:left top;
background-repeat:repeat-y;
padding-left:40px;
font-weight:normal;
}
.h3-style>h3 storng{
display:block;
font-size:5rem;
}
/***h***/


.gray-box{
background-color:#eee;
padding:15px;
border-radius:20px;
}


/****head****/
#head{
width:100%;
margin:0 auto;
text-align:center;
}
#head.admin-head{
background-color:#eee;
margin-bottom:20px;
}
#head-inner{
width:1010px;
margin:0 auto;
text-align:center;
padding-top:30px;
padding-bottom:30px;
display: -webkit-flex;
display: flex;
justify-content: space-between;
}

#head-left{
width:225px;
}
#head-right{
width:100px;
}
#head-inner h1 img{
max-width:100%;
height:auto;
}
#head-inner h1 a:hover{
transition: 0.3s ease;
opacity:0.7;
}
#head-inner .global-navigation{
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
#head-inner .text-navigation{
width:100%;
}
#head-inner .text-navigation>ul{
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
#head-inner .text-navigation>ul li a{
display:block;
text-decoration:none;
font-size:1.4rem;
padding-top:10px;
font-weight:bold;
line-height:100%;
transition: 0.3s ease;
}
#head-inner .text-navigation>ul li a:hover,
#head-inner .text-navigation>ul li a.current{
background-position:center bottom;
background-image:url(../images/bg_global_current.png);
background-repeat:no-repeat;
}
#head-inner .text-navigation>ul li a:hover{
transition: 0.3s ease;
}
#head-inner .text-navigation>ul li a:current{
}
#head-inner .text-navigation>ul li.logout a{
background-color:#0174C0;
border-radius:50px;
width:100px;
margin:0 auto;
text-align:center;
padding-top:0px;
}
#head-inner .text-navigation>ul li.logout a>p{
color:#fff;
padding:10px 0px;
font-size:1.4rem;
line-height:100%;
width:100%;
margin:0 auto;
text-align:center;
}
/****head****/


/****main****/
#main{
width:1010px;
margin:0 auto;
text-align:center;
clear:both;
margin-bottom:30px;
}
.main{
background-color:#0174C0;
border-radius:20px;
padding:30px;
}
.main.admin{
background-color:#004B7E;
}
.main>h2{
color:#fff;
font-size:2.6rem;
}
/****main****/

/****wrapper****/
#wrapper{
width:100%;
margin:0 auto;
text-align:center;
clear:both;
margin-bottom:130px;
position: relative;
}
#wrapper img{
max-width:100%;
height:auto;
}
#container{
width:100%;
margin:0 auto;
text-align:center;
clear:both;
}
.container-1200{
width:1010px;
margin:0 auto;
text-align:center;
clear:both;
}


/**bred**/
#bred{
width:1010px;
margin-bottom:30px;
margin-left:auto;
margin-right:auto;
text-align:center;
overflow:hidden;
zoom:1;
clear:both;
	}
.bred-flex{
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.fac-num{
width:300px;
}
.fac-link{
width:300px;
}
.fac-num>p{
text-align:left;
}
#bred>ul li{
float:left;
font-size:1.4rem;
border-right:1px solid #ccc;
padding-right:10px;
margin-right:10px;
color:#666;
line-height:100%;
}
#bred>ul li:last-child{
border-right:none;
padding-right:0px;
margin-right:0px;
}
#bred>ul li .inner{
padding-right:0px;
}
#bred>ul li a{
color:#666;
}
/**bred**/

@media screen and (min-width: 319px) and (max-width: 768px){
.fac-num{
width:50%;
}
.fac-link{
width:50%;
}
}


/**index**/
.index-container{
width:100%;
margin-bottom:30px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.index-menu-info,
.index-menu-plan{
margin-bottom:30px;
border-radius:20px;
box-sizing: border-box;
}
.index-menu-info{
border:3px solid #30ABE3;
}
.index-menu-plan{
border:3px solid #E9AB00;
}
.index-menu-box{
text-align:left;
}
.index-menu-box>a{
display:block;
text-decoration:none;
}
.index-menu-box>a p{
font-size:2rem;
padding-top:25px;
padding-left:25px;
padding-bottom:25px;
padding-right:25px;
font-weight:bold;
position: relative;
}
.index-menu-box>a p::before{
content: "";
position: absolute;
top:43%;
right: 20px;
width: 8px;
height: 8px;
border-top: 1px solid #333;
border-right: 1px solid #333;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition: 0.3s ease;
}
.index-menu-box>a:hover p::before{
right: 15px;
}
.index-menu-box>a p span{
display:block;
font-size:1.4rem;
margin-bottom:5px;
font-weight:bold;
color:#fff;
background-color:#222;
padding:5px 10px;
width:160px;
border-radius:20px;
}
/**index**/

/****contact****/
#contact-wrapper{
width:100%;
margin:0 auto;
text-align:center;
clear:both;
}
#contact-wrapper img{
max-width:100%;
height:auto;
}
.contact-container{
overflow:hidden;
zoom:1;
width:1010px;
margin:0 auto;
text-align:center;
margin-bottom:100px;
}
#contact{
margin-bottom:20px;
overflow:hidden;
zoom:1;
position:relative;
}
#contact .form-container{
overflow:hidden;
zoom:1;
clear:both;
}
#contact .message-block{
width:100%;
margin-bottom:30px;
margin-left:auto;
margin-right:auto;
text-align:center;
text-align:left;
}
#contact .input{
overflow:hidden;
zoom:1;
clear:both;
margin-bottom:50px;
}
#contact .agree{
overflow:hidden;
zoom:1;
clear:both;
margin-bottom:30px;
			}
#contact .agree-inner{
border:1px solid #ddd;
padding:20px 19px;
margin-bottom:30px;
text-align:left;
}
#contact .agree-inner>h5{
font-size:1.8rem;
margin-bottom:10px;
}
#contact .agree-inner>p{
font-size:1.4rem;
margin-bottom:10px;
}
#contact .agree-inner>ul li{
font-size:1.4rem;
margin-bottom:10px;
}
#contact .form-container table{
width:100%;
}
#contact .form-container th{
text-align:left;
background-color:#fff;
border-bottom:1px solid #eee;
width:25%;
}
#contact .form-container th>p{
padding:30px 20px;
font-size:1.6rem;
line-height:130%;
}
#contact .form-container th.hissu{
background-position:right 15px center;
background-image:url(../images/icon_hissu.png);
background-repeat:no-repeat;
}
#contact .form-container td{
width:75%;
text-align:left;
border-bottom:1px solid #ddd;
}
#contact .form-container td .parts{
padding-top:20px;
padding-bottom:20px;
padding-left:20px;
position:relative;
}
#contact .form-container td .errflag{
position:absolute;
width:80px;
height:50px;
top:5%;
right:5%;
z-index:100;
}
#contact .form-container td .errflag>p{
border-radius:50px;
color:#fff;
font-weight:bold;
font-size:1.4rem;
background-color:#B3241F;
padding:10px;
line-height:100%;
text-align:center;
}
#contact .form-container ul.list-colm li{
float:left;
padding-right:20px;
padding-bottom:20px;
}
#contact .form-container dl.form-colm{
width:100%;
border-bottom:1px solid #ddd;
padding-bottom:15px;
margin-bottom:15px;
overflow:hidden;
zoom:1;
clear:both;
}
#contact .form-container dl.form-colm dt{
width:20%;
float:left;
font-weight:bold;
font-size:1.6rem;
padding:7px 0px;
}
#contact .form-container dl.form-colm dt.hissu-in{
background-position:right 15px center;
background-image:url(../images/bg_hissu.png);
background-repeat:no-repeat;
}
#contact .form-container dl.form-colm dd{
width:80%;
float:right;
text-align:left;
}
#contact .form-container ul.check-list-3colm li{
float:left;
width:33.33333333%;
padding-bottom:10px;
}

#contact .form-container input.field-text-L,
#contact .form-container input.field-text-M,
#contact .form-container input.field-text-S{
background-color:#eee;
height:40px;
}
#contact .form-container input.field-err{
background-color:#F0DDEC;
}
#contact .form-container input.field-text-L{
width:420px;
}
#contact .form-container input.field-text-M{
width:220px;
}
#contact .form-container input.field-text-S{
width:100px;
}
#contact .form-container .field-textarea{
background-color:#eee;
width:700px;
height:200px;
}
#contact .form-container .field-textarea-err{
background-color:#F0DDEC;
}
#contact .form-container input.field-radio{
display: none;
}
#contact .form-container input.field-radio + label{
padding-left: 20px;
position:relative;
margin-right: 20px;
cursor: pointer;
}
#contact .form-container input.field-radio + label::before{
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 15px;
height: 15px;
border: 1px solid #999;
border-radius: 50%;
}
#contact .form-container input.field-radio:checked + label{
font-weight:bold;
}
#contact .form-container input.field-radio:checked + label::after{
content: "";
display: block;
position: absolute;
top: 3px;
left: 3px;
width: 11px;
height: 11px;
background-color: #999;
border-radius: 50%;
}
input.field-radio-2 {
width: 15px;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
outline: none;
display: inline-block;
}
input.field-radio-2 + label{
padding-left: 5px;
position:relative;
margin-right: 20px;
cursor: pointer;
}
input.field-radio-2 + label::before{
content: "";
display: block;
position: absolute;
top: 0;
left: -20px;
width: 15px;
height: 15px;
border: 2px solid #999;
border-radius: 50%;
background-color:#fff;
}
input.field-radio-2:checked + label{
font-weight:bold;
}
input.field-radio-2:checked + label::after {
content: "";
display: block;
position: absolute;
top: 4px;
left: -16px;
width: 11px;
height: 11px;
background-color: #999;
border-radius: 50%;
}

#contact .form-container .selectdiv {
position: relative;
float: left;
min-width: 300px;
margin-bottom:10px;
}
/* IE11 hide native button (thanks Matt!) */
#contact .form-container select::-ms-expand {
display: none;
}
#contact .form-container .selectdiv:after {
content: '<>';
font-size:1.7rem;
color: #333;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
right: 11px;
top: 18px;
padding: 0 0 2px;
border-bottom: 1px solid #ccc;
position: absolute;
pointer-events: none;
}
#contact .form-container .selectdiv select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
 display: block;
width: 100%;
max-width: 420px;
height: 50px;
float: left;
margin: 5px 0px;
padding: 0px 24px;
font-size:1.6rem;
line-height: 1.75;
color: #333;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
-ms-word-break: normal;
word-break: normal;
}
#contact .form-container input[type=checkbox] {
  display: none;
}
#contact .form-container .checkbox,
#contact .form-container .checkbox-2 {
box-sizing: border-box;
-webkit-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
position: relative;
display: inline-block;
margin: 0 20px 8px 0;
border-radius: 8px;
vertical-align: middle;
cursor: pointer;
font-weight:bold;
}
#contact .form-container .checkbox{
background-color: #F43000;
padding: 18px 18px 18px 42px;
font-size:22px;
color:#fff;
}
#contact .form-container .checkbox-2{
background-color: #222;
padding: 10px 10px 10px 42px;
font-size:16px;
color:#fff;
}
#contact .form-container .checkbox:hover {
background-color: #FF633F;
}
#contact .form-container .checkbox:hover:after {
border-color: #ffff;
}
#contact .form-container .checkbox-2:hover {
background-color: #666;
}
#contact .form-container .checkbox-2:hover:after {
border-color: #ffff;
}
#contact .form-container .checkbox:after,
#contact .form-container .checkbox-2:after {
-webkit-transition: border-color 0.2s linear;
transition: border-color 0.2s linear;
position: absolute;
top: 50%;
left: 15px;
display: block;
margin-top: -10px;
width: 16px;
height: 16px;
border: 2px solid #fff;
border-radius: 6px;
content: '';
}
#contact .form-container .checkbox:before,
#contact .form-container .checkbox-2:before {
-webkit-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
position: absolute;
top: 50%;
left: 21px;
display: block;
margin-top: -7px;
width: 5px;
height: 9px;
border-right: 3px solid #fff;
border-bottom: 3px solid #fff;
content: '';
opacity: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#contact .form-container input[type=checkbox]:checked + .checkbox:before,
#contact .form-container input[type=checkbox]:checked + .checkbox-2:before {
  opacity: 1;
}

#contact .form-container input[type="submit"],
#contact .form-container button,
#contact .form-container input.submit-mod,
#contact .form-container input.submit-upload,
#contact .form-container button.submit-upload,
#contact .form-container input.submit-logout,
#contact .form-container input.submit-red,
#footer button.field-submit{
border-radius:50px;
width:450px;
text-align:center;
color:#fff;
font-size:1.6rem;
padding:30px 0px;
line-height:100%;
cursor: pointer;
margin-bottom:20px;
}
#contact .form-container input[type="submit"],#contact .form-container button,#footer button.field-submit{
background-color:#000;
}
#contact .form-container input.submit-mod{
background-color:#333;
}
#contact .form-container input.submit-upload,#contact .form-container button.submit-upload,#contact .form-container button.field-submit{
background-color:#015389;
}
#contact .form-container input.submit-logout{
background-color:#0174C0;
}
#contact .form-container input.submit-red{
background-color:#FF3300;
}
#contact .form-container input[type="text"],
#contact .form-container .field-textarea,
#contact .form-container .selectdiv select,
#contact .form-container input[type="submit"],
#contact .form-container button,
#contact .form-container input.submit-mod,
#contact .form-container input.submit-upload,
#contact .form-container button.submit-upload,
#contact .form-container input.submit-logout,
#contact .form-container input.submit-red{
transition-duration: 0.3s;
}
#contact .form-container input[type="text"]:focus,
#contact .form-container .field-textarea:focus,
#contact .form-container .selectdiv select:focus{
box-shadow: 0 0 5px #ccc;
border: 1px solid #ddd;
background-color:#fff;
transition-duration: 0.3s;
}
#contact .form-container input[type="submit"]:hover{
opacity:0.8;
transition-duration: 0.3s;
}
#contact .errmess,
#contact .okmess{
padding:15px;
text-align:center;
color:#fff;
font-weight:bold;
font-size:1.8rem;
margin-bottom:20px;
border-radius:20px;
}
#contact .errmess{
background-color:#B3241F;
}
#contact .okmess{
background-color:#4168EC;
}

#contact .attenrmess{
padding:15px;
text-align:center;
color:#fff;
font-weight:bold;
font-size:1.8rem;
margin-bottom:20px;
border-radius:20px;
position: relative;
background-color:#B3241F;
}
#contact .attenrmess::before{
content: "";
width: 15px;
height: 15px;
display: block;
position: absolute;
bottom: -25px;
right: 10%;
margin: auto;
background-color:#B3241F;
border-top: 2px solid #B3241F;
border-left: 2px solid #B3241F;
transform: rotate(-135deg);
transform-origin:left top;
transform-origin:0 0;
}
#contact .attenrmess>span{
display:block;
background-color:#fff;
border-radius:20px;
color:#B3241F;
padding:10px;
margin-bottom:10px;
}
@media screen and (min-width: 319px) and (max-width: 768px){
#contact .attenrmess::before{
right: 45%;
}
}
#contact .fix-errmess{
position:fixed;
top:20%;
right:0;
width:45px;
height:300px;
z-index:100;
}
#contact .fix-errmess>p{
padding-top:25px;
padding-bottom:25px;
padding-left:10px;
padding-right:10px;
text-align:center;
color:#fff;
font-weight:bold;
font-size:1.5rem;
margin-bottom:20px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
background-color:#B3241F;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
}


#contact .btn-flex{
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
#contact .btn-flex>div{
margin-bottom:20px;
	}
#contact .link-buttun-block{
width:450px;
margin:0 auto;
text-align:center;
}	
#contact .link-buttun a{
text-decoration:none;
border-radius:50px;
width:450px;
text-align:center;
color:#fff;
font-size:1.6rem;
display:block;
padding:30px 0px;
line-height:100%;
margin-bottom:20px;
transition-duration: 0.3s;
}
#contact .link-buttun a:hover{
opacity:0.8;
transition-duration: 0.3s;
}
#contact .link-buttun a.bg-blue{
background-color:#015389;
}
#contact .link-buttun a.bg-black{
background-color:#000;
}
#contact .link-buttun a.bg-red{
background-color:#FF3300;
}
#contact .link-buttun a.bg-logout{
background-color:#0174C0;
}
#contact .img-link{
overflow:hidden;
zoom:1;
margin-top:10px;
}
#contact .img-link>ul li{
float:left;
padding-right:10px;
padding-bottom:10px;
}
#contact .img-link>ul li a{
display:block;
width:80px;
margin:0 auto;
text-align:center;
background-color:#eee;
border-radius:50px;
}
#contact .img-link>ul li a>p{
width:100%;
margin:0 auto;
text-align:center;
font-size:1.4rem;
line-height:100%;
padding:10px 0;
}
#contact .img-link>ul li a.dl{
display:block;
width:80px;
margin:0 auto;
text-align:center;
background-color:#00a3d9;
border-radius:50px;
color:#fff;
}
#contact .img-link>ul li a.dl>p{
width:100%;
margin:0 auto;
text-align:center;
font-size:1.4rem;
line-height:100%;
padding:10px 0;
color:#fff;
}
/*contact*/





/****foota****/
#footer{
width:100%;
margin:0 auto;
text-align:center;
clear:both;
position: relative;
}
#footer-wrapper{
width:100%;
margin:0 auto;
text-align:center;
clear:both;
background-color:#000;
padding-top:70px;
padding-bottom:60px;
}


/****index-buttun****/
#index-buttun-wrapper{
width:100%;
margin:0 auto;
text-align:center;
background-color:#eee;
padding-top:20px;
padding-bottom:0px;
clear:both;
overflow:hidden;
zoom:1;
position: relative;
z-index:1000;
}
.index-buttun-container{
width:1010px;
margin:0 auto;
text-align:center;
}
.index-buttun input[type="submit"],
.index-buttun input[type="button"],
.index-buttun inputinput.submit-mod,
.index-buttun inputinput.submit-upload,
.index-buttun inputinput.submit-logout,
.index-buttun inputinput.submit-red{
border-radius:50px;
width:450px;
text-align:center;
color:#fff;
font-size:1.6rem;
padding:30px 0px;
line-height:100%;
cursor: pointer;
margin-bottom:20px;
}
.index-buttun input[type="submit"],
.index-buttun input[type="button"]{
background-color:#000;
}
.index-buttun input.submit-mod{
background-color:#333;
}
.index-buttun input.submit-upload,#contact .link-buttun a.submit-upload{
background-color:#015389;
}
.index-buttun input.submit-logout{
background-color:#0174C0;
}
.index-buttun input.submit-red{
background-color:#FF3300;
}
.index-buttun input[type="submit"],
.index-buttun input[type="button"],
.index-buttun input.submit-mod,
.index-buttun input.submit-upload,
.index-buttun input.submit-logout,
.index-buttun input.submit-red{
transition-duration: 0.3s;
}
.index-buttun input[type="submit"]:hover,
.index-buttun input[type="button"]:hover{
opacity:0.8;
transition-duration: 0.3s;
}
.index-buttun .link-buttun-block{
width:450px;
margin:0 auto;
text-align:center;
}	
.index-buttun .link-buttun a{
text-decoration:none;
border-radius:50px;
width:450px;
text-align:center;
color:#fff;
font-size:1.6rem;
display:block;
padding:30px 0px;
line-height:100%;
margin-bottom:20px;
transition-duration: 0.3s;
}
.index-buttun .link-buttun a:hover{
opacity:0.8;
transition-duration: 0.3s;
}
.index-buttun .link-buttun a.bg-blue{
background-color:#015389;
}
.index-buttun .link-buttun a.bg-black{
background-color:#000;
}
.index-buttun .link-buttun a.bg-red{
background-color:#FF3300;
}
.index-buttun .link-buttun a.bg-logout{
background-color:#0174C0;
}
@media screen and (min-width: 319px) and (max-width: 768px){
.index-buttun-container{
width:100%;
margin:0 auto;
text-align:center;
}
.index-buttun input[type="submit"],
.index-buttun input[type="button"],
.index-buttun inputinput.submit-mod,
.index-buttun inputinput.submit-upload,
.index-buttun inputinput.submit-logout,
.index-buttun inputinput.submit-red{
border-radius:50px;
width:94%;
}
.index-buttun .link-buttun a{
width:94%;
}
}
/****index-buttun****/


.footer-container{
width:700px;
margin:0 auto;
text-align:center;
}
.footer-link-box{
display: -webkit-flex;
display: flex;
justify-content: space-between;
margin-bottom:40px;
}
.footer-link-box>p a{
display:block;
text-decoration:none;
font-weight:bold;
line-height:100%;
font-size:1.8rem;
color:#fff;
transition: 0.3s ease;
}
.footer-link-box>p a:hover{
color:#999;
transition: 0.3s ease;
}
.footer-copyright>p{
color:#fff;
font-size:1.4rem;
line-height:100%;
}
/****foota****/



/****alert***/
#confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index:100000;
}

#confirmBox{
	background: #fff;
	width:460px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;
	border: 1px solid rgba(33, 33, 33, 0.6);
	¥-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}

#confirmBox h1,
#confirmBox p{
	font:26px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	padding: 18px 25px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#666;
}

#confirmBox h1{
	letter-spacing:0.3px;
	color:#fff;
background-color:#ff0000;
}

#confirmBox p{
	background:none;
	font-size:16px;
	line-height:1.4;
	padding-top: 35px;
font-weight:bold;
color:#222;
}

#confirmButtons{
	padding:15px 0 25px;
	text-align:center;
}

#confirmBox .button{
	display:inline-block;
	background-color:#015389;
	color:white;
	position:relative;
	height: 33px;
	border-radius: 20px;
	font-size:1.6rem;
	font-weight:bold;
	margin-right: 15px;
	padding: 0 35px 0 40px;
	text-decoration:none;
	border:none;
}

#confirmBox .button:last-child{	margin-right:0;background-color:#222;}

#confirmBox .button span{
	position:absolute;
	top:0;
	right:-5px;
	background:url('buttons.png') no-repeat;
	width:5px;
	height:33px
}

#confirmBox .blue{				background-position:left top;text-shadow:1px 1px 0 #5889a2;}
#confirmBox .blue span{			background-position:-195px 0;}
#confirmBox .blue:hover{		background-position:left bottom;}
#confirmBox .blue:hover span{	background-position:-195px bottom;}

#confirmBox .gray{				background-position:-200px top;text-shadow:1px 1px 0 #707070;}
#confirmBox .gray span{			background-position:-395px 0;}
#confirmBox .gray:hover{		background-position:-200px bottom;}
#confirmBox .gray:hover span{	background-position:-395px bottom;}

@media screen and (min-width: 319px) and (max-width: 768px){
#confirmBox{
width:100%;
left:0%;
margin:-130px 0 0 0;
}
}
/****alert***/

.is-error-change{
color:#8f1d22;
font-weight:bold;
font-size:16px;
margin-bottom:5px;
}

@media screen and (min-width: 769px) and (max-width: 1199px){
/****pagetop***/
#pagescrolltop {
bottom: 50px;
right: 0px;
}
#pagescrolltop:hover{
bottom: 50px;
}
/****pagetop***/


.container-1200{
width:1010px;
}

				
/**bred**/
#bred{
width:1000px;
}
/**bred**/
			
/*contact*/
.contact-container{
width:1010px;
}
#contact .form-container .field-textarea{
width:500px;
}
.contact-box{
padding-right:25px;
padding-left:25px;
}
/*contact*/
}
			

			
			
@media screen and (min-width: 319px) and (max-width: 768px){
html { 
font-size: 58.5%; 
}
br.brake{
display:none;
}
br.no-brake{
display:block;
}
/****pagetop***/
#pagescrolltop {
bottom: 0%;
right: 0px;
}
#pagescrolltop:hover{
bottom: 0%;
}
/****pagetop***/

/***h***/
.h3-style>h3{
font-size:3rem;
}
.h3-style-works>h3{
font-size:3rem;
}
.h3-style>h3 storng{
font-size:3rem;
}
/***h***/

/****head****/
#head-inner{
width:96%;
padding-top:20px;
display:block;
}
#head-left{
width:48%;
float:left;
}
#head-right{
width:48%;
float:right;
}
#head-inner .global-navigation{
padding-top:7px;
padding-bottom:15px;
}
#head-inner .text-navigation>ul{
display:block;
}
#head-inner .text-navigation>ul li a{
padding-top:0px;
}
#head-inner .text-navigation>ul li.logout a{
width:100%;
}
/****head****/

/****main****/
#main{
width:96%;
}
.main{
padding:20px;
}
.main>h2{
font-size:2rem;
}
/****main****/

/**bred**/
#bred{
width:96%;
margin-bottom:40px;
text-align:left;
}
/**bred**/

#wrapper{
margin-bottom:180px;
}
.container-1200{
width:94%;
}

/*contact*/
.contact-left-bg{
background-position:left -60px top;
background-size:45%;
}
.contact-right-bg{
background-position:right -160px top;
background-size:70%;
}
#contact-wrapper{
width:96%;
}
.contact-container{
width:96%;
position:static;
}
.contact-diagonal{
display:none;
}
.contact-column{
width:100%;
margin:0 auto;
text-align:center;
position:static;
top:0px;
}
.contact-box{
padding-top:20px;
padding-bottom:20px;
padding-left:15px;
padding-right:15px
}
#contact .form-container th,
#contact .form-container td{
display: block;
width: 100%;
overflow:hidden;
zoom:1;
clear:both;
}
#contact .form-container th{
background-color:#333;
color:#fff;
}
#contact .form-container td .parts{
padding-top:10px;
padding-bottom:10px;
padding-left:0px;
}
#contact .form-container input.field-text-L{
width:100%;
}
#contact .form-container input.field-text-M{
width:100%;
}
#contact .form-container input.field-text-S{
width:100%;
}
#contact .form-container .field-textarea{
width:100%;
}
#contact .form-container .selectdiv {
min-width: 200px;
}
#contact .form-container .selectdiv select {
max-width: 300px;
}
#contact .form-container input[type="submit"],
#contact .form-container input.submit-mod,
#contact .form-container input.submit-upload,
#contact .form-container input.submit-logout,
#contact .form-container input.submit-red{
width:300px;
}
#contact .link-buttun-block{
width:300px;
}
#contact .link-buttun{
margin-bottom:20px;
}
#contact .link-buttun a{
width:300px;
margin:0 auto;
text-align:center;
}
			
#contact .form-container ul.list-colm li{
float:none;
padding-right:0px;
padding-bottom:10px;
}
#contact .form-container dl.form-colm dt{
width:100%;
float:none;
margin-bottom:15px;
}
#contact .form-container dl.form-colm dd{
width:100%;
float:none;
}
#contact .form-container dl.form-colm dt{
width:100%;
float:none;
margin-bottom:15px;
padding:0px 0px;
}
#contact .form-container dl.form-colm dd{
width:100%;
float:none;
}
#contact .form-container ul.check-list-3colm li{
float:none;
width:100%;
}
#contact .btn-flex{
display: block;
}
#contact .img-link>ul li{
width:33.33333333%:
padding-right:0px;
}
/*contact*/



/****foota****/
#footer-wrapper{
padding-top:50px;
padding-bottom:50px;
}
/****comomn-buttun****/
#comomn-buttun-wrapper{
padding-top:10px;
padding-bottom:10px;
}
.comomn-buttun-container{
width:98%;
}
.comomn-buttun-flex{
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.comomn-buttun-box{
width:48%;
}
.comomn-buttun-inner{
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
}
.comomn-buttun-inner a>p{
font-size:2rem;
}
.comomn-buttun-inner a>p span{
display:block;
}
.comomn-buttun-inner a>p::before{
right: 0px;
}
.comomn-buttun-inner:hover a>p::before{
right: 0px;
width: 10px;
}
/****comomn-buttun****/
.footer-container{
width:96%;
margin:0 auto;
text-align:center;
}
.footer-link-box{
margin-bottom:30px;
}
.footer-link-box>p a{
font-size:1.4rem;
}
/****foota****/


}
.index-menu-box button{
    font-size: 2rem;
    padding-top: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
    font-weight: bold;
    position: relative;
    width:100%;
}