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

/*------------------------------------------------------
reset
--------------------------------------------------------*/
*{font-family: 'Noto Sans Japanese','ＭＳ Ｐゴシック','MS PGothic','sans-serif';}

td{word-wrap:break-word;}

body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,p,table,th,tr,td,pre,form,textarea,fieldset,input,select,address,iframe {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
img{vertical-align:bottom; line-hegiht:0;max-width: 100%;}
ol,ul{list-style:none;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,var{font-weight:normal; font-style:normal;}
caption,th{text-align:left;}
abbr,acronym{border:0;}

a:focus, *:focus { outline:none; }



/*------------------------------------------------------
base
--------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
    background-color:#f7f7f7;
	color: #5e5e5e;
	word-wrap:break-word;
}

a{
    color:#004c8f;
}

.mb5{margin-bottom: 5px;}

.mb10{margin-bottom: 1.11%;}

.mb20{margin-bottom: 2.22%;}

.mb30{margin-bottom: 3.33%;}

.mb40{margin-bottom: 4.44%;}

.mb80{margin-bottom: 8.88%;}

.f09{
    font-size: .9em;
}


/*------------------------------------------------------
br-sp
--------------------------------------------------------*/
 .br-sp {
    display:block;
} 

/********** media 600px **********/
@media print, screen and (min-width : 600px){
/*　ここに600～のcssを記述*/

.br-sp {
    display:none;
}
    
/*END-600*/    
}



/*------------------------------------------------------
topicPath
--------------------------------------------------------*/
#topicpath{  
    margin:0 0 .5% 0;
    padding:2.22% 0 1.11% 0;
}  
#topicpath li {  
    display:inline;  
    line-height:110%;  
    list-style-type:none;  
    font-size: .9em;
}  

#topicpath li a{
    text-decoration: none;
}

#topicpath li a:after {  
    content:" > ";  
}

/*------------------------------------------------------
header
--------------------------------------------------------*/
header{
    background-color: #fff;
    border-top:5px solid #004c8f;
}


#headerinner{
    padding:2.22%;
}


header h1{
    text-align: center;
}

header h2{
    color: #004c8f;
    font-size: 6.25vw;
    font-weight: 600;
    text-align: center;
}

/********** media 600px **********/
@media print, screen and (min-width : 693px){
/*　ここに600～のcssを記述*/

header{
    overflow: hidden;
    padding:.92% 0 1.38% 0;
}

header h1{
    float: left;
    margin-right: 10px;
}

header h2{
    font-size: 24px;
    float: left;
    padding-top:.92%;
}      
    
#headerinner{
    padding:0;
}    

/*END-600*/    
}


/*------------------------------------------------------
title
--------------------------------------------------------*/

/*form*/

.formarea h3 {
  text-align: center;
  padding: 1em 0;
}



/*---------------formarea ---------------------------------------
form
--------------------------------------------------------*/
/* Form Layout */



.form-item {
  margin-bottom: 0.75em;
  width: 100%;
}

.form-item input {
  background: #fafafa;
  border: none;
  border-bottom: 2px solid #e9e9e9;
  color: #666;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
}

.form-item input:focus {
  border-bottom: 2px solid #c0c0c0;
  outline: none;
}

.button-panel {
  width: 100%;
    text-align: center;
}

.button-panel .button {
  background: #f16272;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
    padding:10px;
width:250px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}

.button:hover {
	background: #ee3e52;
}

.form-footer {
  font-size: .8em;
  padding: .5em 0;
  text-align: center;
}

.form-footer a {
  color: #004c8f;
  text-decoration: none;
  transition: border-color 0.3s;
}

.form-footer a:hover {
  border-bottom: 1px dotted #004c8f;
}

/*------------------------------------------------------
apply
--------------------------------------------------------*/
.button-panel.apply{
	margin:2em auto;
}    
    
/********** midiamu 600px **********/
@media print, screen and (min-width : 600px){
/*　ここに600～のcssを記述*/

.button-panel.apply{
  width: 30%;
}    

/*END-600*/    
}






