@charset "utf-8";
/* CSS Document */
@import "reset.css";
/*******************
 LP style
********************/
*{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  color: #40505b;
  line-height:150%;
}
body {
    width: 100%;
    margin: 0;
}

img {
    width: 100%;
    display: block;
}
a{
  color: #2c3987;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

html {
  margin: 0 auto;
}
.hover > *{
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.hover > *:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}


.mb60 { margin-bottom: 60px !important; }


/* common */

.f_left {float:none;}
.f_right {float:none;}
.center {text-align:center;}

/* clear*/
.clear{
clear:both;
}
.clearfix:after {
content: ".";
display: block; 
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

/*-------------------------------------------
 main
-----------------------------------------------*/
.main {
  max-width: 1200px;
  margin: 0 auto;
}

/*-------------------------------------------
 CV
-----------------------------------------------*/
.cv {
  width: 100%;
  margin: 0 auto;
}
.cv_bg {
  padding: 0;
  border: 4px solid #2b3886;
  border-radius: 5px;
  margin: 0 20px 20px;
}
.cv_p {
  padding: 16px;
}
.cv_pb {
  padding-bottom: 260px;
}
.cv_btn {
  margin: 0 auto;
  width: 100%;
}
.cv_btn img {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime1 {
from {
transform: scale(0.96,0.96);
}
to {
transform: scale(1,1);
}
}
.cv_tel {
  margin: 0 auto 10px;
  width: 69%;
}


/*==========================================================================*/
/*                             Footer                                       */
/*==========================================================================*/
.footer {
  font-size: 14px;
}
.f_navi {
  max-width: 1000px;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 90%;
  padding: 0 20px;
}
.outline_bg {
  width: 100%;
  background-color: #2c3987;
}
.outline {
  max-width: 700px;
  margin: 0 15px;
  padding: 20px 0;
}
.outline img {
  vertical-align: text-top;
  display: inline;
  width: 24px;
}
.outline p, .outline a {
  color: #fff;
}
.outline .f_left p.f20 {
  font-size: 20px;
  margin: 10px 0 5px;
}
.outline .f_right {
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0;
}
.outline .f_right p.f18 {
  font-size: 18px;
}

.copyright {
  font-size: 12px;
  color: #2c3987;
  text-align: center;
  padding: 10px 20px;
}