body{
  margin:0;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color:#16479b;
  font-size:32px;
}
header{
  max-width: 1024px;
  margin:0 auto;
}
main{
  max-width: 1024px;
  margin:0 auto;
}
.footer{
  max-width: 1024px;
  margin:0 auto;
}
a{
  text-decoration: none;
  font-size:15px;
}
p{
  font-size:15px;
  margin:0;
}
.warning{
  color: red;
  text-align: center;
  margin-bottom: 14px;
}
.infomation {
    color: #ffc107;
    text-align: center;
    margin-bottom: 14px;
}

/*button*/
.button_a{
  text-align: center;
  margin-top: 36px;
}
.button_a a{
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding: 18px 35px;
}
.button_b{
  text-align: center;
}
.button_b a{
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  padding: 18px 35px;
  display: block;
}

/*pager*/
.pager{
  margin-top:10px;
}
.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#e02792;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #fff;
  background: #e467c3;
}
@media only screen and (max-width: 640px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の30件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の30件へ　";
  }

}


/*hover*/
.hover{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
    color: #16479b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    background: -webkit-linear-gradient(180deg,#16479b,#16479b,#ffffff,#ffffff);
    background: -webkit-linear-gradient(left,#16479b,#16479b,#ffffff,#ffffff);
    background: linear-gradient(90deg,#ffffff,#ffffff,#16479b,#16479b);
    background-position: 1% 50%;
    background-size: 300% 300%;
}
.hover:hover {
    background-position: 99% 50%;
    color: white!important;
    border: 2px solid #16479b;
    cursor: pointer;
}
.hover_a{
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(to right, #16479B, #7a438f);
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-size: 200% auto;
}
.hover_a:hover {
    background-position: right center;
    background-color: #16479B;
    cursor: pointer;
}

/*header*/
header{
  display:flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.logo{
  margin-top: 30px;
  margin-left: 30px;
  width: 120px;
  height: 50px;
}
.logo img{
  width:200px;
}
.login{
  margin-left: auto;
  padding-top:0px;
  padding-right: 22px;
}
.login a, .signup a{
  font-size:10px;
}
@media screen and (max-width:640px){
  .logo img{
    width: 100%;
  }
  .logo{
    margin-top: 7px;
    margin-left: 17px;
  }
}

/*footer*/
footer{
  color:white;
  background-color:#16479B;
  text-align: center;
}
ul {
  list-style: none;
  margin:0;
}
.footer-content{
  font-size: 36px;
  display:block;
  margin: 0 auto;
}
.footer-content ul{
  padding:0;
}
footer li{
  line-height: 44px;
  font-size:16px;
  display: inline;
}
footer li a{
  color: white;
}
footer img{
  width: 200px;
  margin: 0 auto;
  display: block;
  padding: 40px 0 30px 0;
}
.rights{
  padding-top: 50px;
  text-align: center;
  font-size: 12px;
  padding-bottom: 20px;
}
@media screen and (max-width:640px){
  footer{
    text-align: center;
  }
  footer img{
    width: 66%;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .footer-content{
    text-align: center;
  }
  footer li{
    line-height: 40px;
    font-size:24px;
  }
  .rights{
    padding-bottom: 50px;
  }
}

/*edit*/
.mypage_login{
  text-align: center;
  margin-bottom: 80px;
}
.mypage_login>img{
  height:100px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.mypage_login_form{
  text-align: left;
  font-size: 0;
  width: 60%;
  margin: 0 20%;
}
.mypage_login_form a{
  color: #bbb;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.mypage_login_form p{
  margin-bottom: 14px;
  color: red;
  text-align: center;
}
.mypage_login_form input[type = "id"], .mypage_login_form input[type = "text"], .mypage_login_form input[type = "password"]{
  background: none;
  display: inline-block;
  border: 2px solid #16479b;
  padding: 15px 10px;
  width:100%;
  outline: none;
  transition: 0.25s;
  text-align: left;
  height:18px;
  margin-bottom: 1rem;
  font-size: 15px;
  border-radius: 0;
  box-sizing: border-box;
}
.mypage_login_form input[type = "submit"]{
  border: 0;
  background: none;
  display: block;
  padding: 15px 10px;
  width: 70%;
  outline: none;
  color: white;
  transition: 0.25s;
  cursor: pointer;
  height:54px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
}
.mypage_login_form input[type = "submit"]{
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(to right, #16479B, #7a438f);
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-size: 200% auto;
}
.mypage_login_form input[type = "submit"]:hover {
    background-position: right center;
    background-color: #16479B;
    cursor: pointer;
}
@media screen and (max-width:640px){
  .mypage_login_form{
    width: 90%;
    margin: 0 5%;
  }
}

/*tab*/
ul.tab{
  text-align: center;
  margin-bottom: 26px;
  padding:0;
}
.tab li{
  display: inline-block;
}
.tab li a{
  padding: 10px 30px;
  display: block;
  position: relative;
  color:#16479B;
}
.tab li a::before,
.tab li a::after {
  border-bottom: solid 1px #16479B;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.tab li a::before {
  left: 50%;
}
.tab li a::after {
  right: 50%;
}
.tab li a:hover::before,
.tab li a:hover::after {
  width: 50%;
}
.tab li span a{
  border-bottom:1px solid #16479b;
}
@media screen and (max-width:640px){
  ul.tab{
    padding: 0;
    font-size: 0;
  }
}

/*news*/
.news{
  text-align: center;
  margin-bottom: 80px;
  width: 80%;
  margin: 0 10%;
  margin-bottom: 80px;
}
.news>img{
  height:100px;
  margin-bottom: 20px;
}
.news_wrapper{
  border: 4px solid #16479b;
  padding: 18px 20px;
  height: 300px;
  overflow-y: scroll;
}
.news_wrapper p{
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #16479b;
  margin-bottom: 10px;
}
.news_wrapper p:last-child{
  border:none;
}
@media screen and (max-width:640px){
  .news{
    width: 90%;
    margin: 0 5%;
  }
}

/*search*/
.search img{
  height:100px;
}
.search{
  text-align: center;
  margin-bottom: 80px;
}
.search form{
  width: 80%;
  position: static;
  top: 0%;
  left: 0%;
  transform: translate(0%,0%);
  margin: 0 10%;
}
.search select{
  border: 2px solid #16479b;
  padding: 10px 60% 10px 10px;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 10px;
}
.search input{
  border: none;
  padding: 10px 30px;
  color: white;
  font-weight: bold;
  margin-left: 10px;
}
.search h2{
  font-size: 24px;
  margin: 0;
  margin-top: 10px;
}
.search h2 span{
  color: #e02892;
}
@media screen and (min-width:640px){
  .search select{
    padding: 10px 20% 10px 10px;
  }
  .search select:first-child{
    margin-right: 5px;
  }
  .search h2{
    margin-top: 0;
  }
}
.result_cards{
  width: 90%;
  margin: 0 5%;
  margin-bottom: 80px;
}
.result{
  width: 30.8%;
  display: inline-block;
  border: 4px solid #16479b;
  margin-bottom: 10px;
}
.result h2{
  margin: 0;
  font-size: 22px;
  margin-bottom: 6px;
}
.result_wrapper{
  padding: 15px;
}
.result_wrapper p{
  height:21px;
  overflow: hidden;
}
.result_wrapper p:last-child{
  height:63px;
  overflow: hidden;
}
@media screen and (max-width:640px){
  .result{
    width: 98%;
  }
  .result_wrapper p{
    height:auto;
  }
  .result_wrapper p:last-child{
    height:auto;
  }
}
@media screen and (min-width:640px) and ( max-width:960px) {
  .result{
    width:47.8%;
  }
}

/*edit*/
.edit .heading{
  height:100px;
  display: block;
  margin:0 auto;
}
.edit{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 80px;
}
.edit form, .edit .element_wrap{
  margin-bottom: 10px;
}
.form_left{
  font-weight: bold;
  display: inline-block;
  width: 40%;
}
.form_right{
  display: inline-block;
  width: 58%;
}
.form_pass p{
  display: inline-block;
  margin-right: 16px;
}
.form_pass a{
  padding: 7px 20px;
  color: white;
  background-color: #16479b;
  display: inline-block;
}
.input input{
  border: 2px solid #16479b;
  height: 24px;
  width: 100%;
}
.element_wrap img{
  height: 100px;
  vertical-align: top;
  margin-top: 24px;
}
.element_wrap label > input {
  display:none;
}
.element_wrap label {
  color: white;
  background-color: #16479b;
  padding: 10px;
  font-size: 14px;
  display: inline-block;
  margin-top: 24px;
}
.textarea textarea{
  vertical-align: top;
  resize: none;
  border: 2px solid #16479b;
  margin-top: 20px;
  width:100%;
  height:100px;
  box-sizing: border-box;
}
.detail textarea{
  width:100%;
  height:370px;
  box-sizing: border-box;
}
.edit select{
  border: 2px solid #16479b;
  padding: 10px 60% 10px 10px;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 10px;
}
.edit .area{
  vertical-align: top;
  font-size: 0;
  margin-top: 16px;
}
.boxes{
  display: inline-block;
  width: 58%;
  font-size: 0;
  vertical-align: top;
  margin-top: 20px;
  margin-bottom: 20px;
}
input[type="checkbox"] { display: none; }
input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #16479b;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  margin-right: 40px;
}
input[type="checkbox"] + label:last-child { margin-bottom: 0; }
input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #16479b;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.edit input[type = "submit"]{
  border: 0;
  background: none;
  display: block;
  padding: 15px 10px;
  width: 70%;
  outline: none;
  color: white;
  transition: 0.25s;
  cursor: pointer;
  height:54px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
}
.edit input[type = "submit"]{
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(to right, #16479B, #7a438f);
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-size: 200% auto;
}
.edit input[type = "submit"]:hover {
    background-position: right center;
    background-color: #16479B;
    cursor: pointer;
}
@media screen and (max-width:640px){
  .edit{
    width: 90%;
  }
  .form_left{
    width: 100%;
  }
  .form{
    font-size: 0;
    margin-bottom: 15px;
  }
  .element_wrap{
    font-size: 0;
    margin-bottom: 20px;
  }
  .input input{
    height: 45px;
    width: 100%;
  }
  .boxes{
    width: 100%;
  }
  .form_right{
    width:97%;
  }
}
@media screen and (min-width:640px) and ( max-width:960px) {
  .form_left{
    width:100%;
  }
  .input input{
    width: 100%;
  }
  .form_right{
    width:100%;
  }
}



/*user*/
.user{
  width:90%;
  margin:0 auto;
  margin-bottom:80px;
  margin-top:20px;
}
.user img{
  height:100px;
  display: block;
  margin:0 auto;
  margin-bottom:20px;
}
.user_info{
  border:2px solid #16479b;
  margin-bottom:20px;
}
.user_info h2{
  font-size: 33px;
  background-color: #16479b;
  color: white;
  padding: 10px 20px;
  margin:0;
}
.user_text{
  padding:15px 20px;
}
.user_text span{
  font-weight: bold;
}
.message_to_user{
  width: 100%;
  text-align: center;
  margin:0;
}
.message_to_user textarea[type = "text"]{
  background: none;
  display: block;
  border: 2px solid #16479b;
  padding: 15px 10px;
  width: 100%;
  outline: none;
  text-align: left;
  height: 140px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 15px;
  border-radius: 0;
  resize: none;
  box-sizing: border-box;
}
.message_to_user input[type = "submit"]{
  border: 0;
  background: none;
  display: block;
  padding: 15px 10px;
  width: 70%;
  outline: none;
  color: white;
  transition: 0.25s;
  cursor: pointer;
  height:54px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
}
.message_to_user input[type = "submit"]{
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(to right, #16479B, #7a438f);
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-size: 200% auto;
}
.message_to_user input[type = "submit"]:hover {
    background-position: right center;
    background-color: #16479B;
    cursor: pointer;
}

/*mypage*/
.chats{
  margin-bottom:80px;
}
.chat{
  color: #16479b;
  border-top: 2px solid #16479b;
  display: block;
  padding: 12px;
  position: relative;
}
.chat:last-child{
  border-bottom:2px solid #17479b;
}
.myp_chat_left{
  width: 90%;
  display:inline-block;
  position: relative;
}
.myp_chat_left>span{
  position: absolute;
  right: 0;
  color: #e02792;
}
.myp_chat_left img{
  width: 30%;
}
.myp_chat_left h2{
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-top: 29px;
}
.myp_chat_left p{
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
.myp_chat_left p:last-child{
  text-align: right;
}
.myp_chat_right{
  position: absolute;
  display: inline-block;
  width: 10%;
  right: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.myp_chat_right img{
  width: 100%;
}
.text_left span.time{
  display: block;
  margin-top: 10px;
  font-weight: normal;
  text-align: right;
}
.line{
  display: block;
}
span.line_right{
  float: right;
}
.text_right span.time{
  font-weight: normal;
}
button.delete{
  margin: 0 0 0 auto;
  color: white!important;
  background: #e02792;
  border: none;
  padding: 3px;
  border-radius: 5px;
}
@media screen and (min-width:640px){
  .chats{
    width: 50%;
    display: inline-block;
    margin:0 25%;
  }
  .chat{
    border: 2px solid #17479b;
    border-bottom: none;
  }
}

/*chat*/
.chat_user{
  width: 90%;
  color: white;
  background: #16479b;
  padding: 14px 10px;
}
.chat_user h2{
  font-size: 20px;
  margin-top: 0;
}
.chat_user span{
  font-weight: bold;
}
.chat_user a{
  display: block;
  width: 56%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
  color:white;
  background-color: #e02892;
  padding:10px;
  text-align: center;
  border-radius: 10px
}
.p_chat_left{
  border-radius: 12px;
  position: absolute;
  z-index: 2;
  margin-left: 2.5%;
}
#chat_user_info{
  display: none;
  overflow-y: scroll;
  height: calc(100vh - 409px);
}
.p_chat_right{
  width:100%;
  margin-top:0;
  overflow-y:scroll;
  height: calc(100vh - 254px);
}
.message_wrapper{
  width: 90%;
  padding: 0 5%;
  background-color: white;
  position:fixed;
  bottom:0;
  z-index: 5;
  height: 80px;
}
.message_form textarea[type = "text"]{
  background: none;
  display: block;
  border: 2px solid #16479b;
  padding: 15px 10px;
  width: 76%;
  outline: none;
  text-align: left;
  height: 56px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 15px;
  border-radius: 0;
  resize: none;
  display: inline-block;
  box-sizing: border-box;
  max-width: 540px;
}
.message_form input[type = "submit"]{
  border: 0;
  background: none;
  display: block;
  padding: 15px 10px;
  width: 20%;
  outline: none;
  color: white;
  transition: 0.25s;
  cursor: pointer;
  height:54px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  margin-top: 17px;
  max-width: 140px;
}
.message_form input[type = "submit"]{
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(to right, #16479B, #7a438f);
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-size: 200% auto;
}
.message_form input[type = "submit"]:hover {
    background-position: right center;
    background-color: #16479B;
    cursor: pointer;
}
.messages{
  width: 90%;
  margin: 0 5%;
  margin-top: 146px;
}
.messages .text_right{
  background-color:white;
  border:2px solid #16479b;
  color:#16479b;
  padding: 10px;
  width: 80%;
  margin-left: 13%;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.messages .text_left{
  background-color:#16479b;
  color:white;
  padding: 10px;
  width: 80%;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-bottom: 10px;
}
#user_down{
  font-size: 30px;
  position: absolute;
  right: 23px;
  bottom: 32px;
}
#user_up{
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  font-size: 30px;
  position: absolute;
  right: 23px;
  bottom: 32px;
  display: none;
}
@media screen and (min-width:640px){
  .message_wrapper{
    width:70%;
    padding:0;
    padding-bottom: 10px;
  }
  .chat_wrapper{
    width:95%;
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2.5fr;
  }
  .p_chat_left{
    width: 90%;
    margin: 0;
    display:inline-block;
    position: relative;
  }
  .p_chat_right{
    width: 100%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    overflow-y: scroll;
    position: relative;
    height: calc(100vh - 252px);
  }
  .p_chat_left p{
    display:block;
  }
  .messages {
    width: 100%;
    margin:0;
    padding:0;
  }
  #user_down{
    display: none;
  }
  #chat_user_info{
    display: block;
    height: calc(100vh - 341px);
  }
}

/*edit*/
.edit_pass{
  text-align: center;
  margin-bottom: 80px;
}
.edit_pass>img{
  height:100px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.edit_form_pass{
  width: 90%;
  text-align: left;
  font-size: 0;
  margin: 0 5%;
}
.edit_form_pass a{
  font-weight: bold;
  display: inline-block;
}
.edit_form_pass .links{
  background: none;
  display: inline-block;
  padding: 15px 10px;
  width: 94%;
  outline: none;
  transition: 0.25s;
  text-align: left;
  margin-bottom: 1rem;
  font-size: 15px;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to right, #16479B, #7a438f);
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-size: 200% auto;
  text-align: center;
}
.edit_form_pass .links:hover{
  background-position: right center;
  background-color: #16479B;
  cursor: pointer;
}
.edit_form_pass input[type = "id"],.edit_form_pass input[type = "email"],.edit_form_pass input[type = "password"]{
  background: none;
  display: inline-block;
  padding: 15px 10px;
  width: 100%;
  outline: none;
  transition: 0.25s;
  text-align: left;
  margin-bottom: 1rem;
  font-size: 15px;
  border-radius: 0;
  border: 2px solid #16479b;
  box-sizing: border-box;
}
.edit_form_pass input[type = "submit"]{
  border: 0;
  background: none;
  display: block;
  padding: 15px 10px;
  width: 70%;
  outline: none;
  color: white;
  transition: 0.25s;
  cursor: pointer;
  height:54px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
}
.edit_form_pass input[type = "submit"]{
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(to right, #16479B, #7a438f);
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-size: 200% auto;
}
.edit_form_pass input[type = "submit"]:hover {
    background-position: right center;
    background-color: #16479B;
    cursor: pointer;
}
@media screen and (min-width:640px){
  .edit_form_pass{
    width: 60%;
    margin: 0 20%;
  }
  .edit_form_pass .links{
    width:96%;
  }
}

.flow>img{
  height:100px;
  display: block;
  margin: 20px auto;
}
.flow1 {
  width: 90%;
  margin: 0 auto;
}

.flow1{
  margin-bottom: 62px;
}

.flow1 img{
  width:100%;
}

.flow1_wrapper{
  margin-bottom: 40px;
}

.flow1_wrapper p{
  margin-left: 12px;
}

@media screen and (min-width:640px){
  
  .flow1{
    width:80%;
  }
  .flow1 img{
    width:100%;
  }
  .flow1_wrapper p{
    width: 95%;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
  }
}