@charset "utf-8";
/*---- 共通部分 ----*/
body {
  font: 100%/1.7em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #f2f2f2;
  margin: 0;
}
a {
  color: #3265a2;
  border-bottom: 0px solid rgba(32,178,170,1);
  text-decoration: none;
  transition: border-color 0.3s, color 0.3s;
  font-size: 100%;
}
a:hover {
  color: rgba(205,92,92,1);
  border-color: rgba(205,92,92,1);
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
a img { transition: opacity 0.2s linear;}
a:hover img { opacity: 0.9;}
a.btn {
  background-color: #ffec51;
  border-radius: 5px;
  color: #000 !important;
  display: inline-block;
  font-size: 140%;
  font-weight: bold;
  padding: 40px 0;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  common section  ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
body {
    line-height: 170%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000000;
    font-size: 13px;
    margin: 0;
}
h1,h2,h3,nav ul li,.text01,.text02 {
    font-family: 'Kozuka Mincho Pro','Kozuka Mincho Std','小塚明朝 Pro R','小塚明朝 Std R','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3',"Meiryo",'ＭＳ Ｐ明朝','MS PMincho',serif;
}
.text01 {
    font-size: 1.3em;
    line-height:135%;
    color: #FFFFFF;
}
.text02 {
    font-size: 1.3em;
    line-height:160%;
    text-shadow:0px 2px 5px #ffffff;
    padding: 20px 0;
}
.text03 {
    font-size: 1.6em;
    font-weight: 600;
    text-align: left;
    margin-top: 4%;
    line-height: 180%;
}
.img_bar img{
    width: 80%;
    margin-top: 6%;
}
.img_more {
    margin: 0 0 0 auto;
    text-align: right;
    padding:10px 40px 50px 0;
}
.img_more img{
    width: 200px;
}
.button_img {
    margin-top: 50px;
}.button_img img{
    width: 60%;
    margin-top: 0;
}
.clear {
    clear: both; /*floatの解除、ここがポイント*/
}
/*==header==*/
#header {
    width: 100%;
    height: 70px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #2F2F2F;
    padding: 0%;
}.header_inner{
    width:auto;
}
.header_logo_misawa {
    width: 120px;
    float: left;
    margin: 15px 0 0 10px;
}
.header_logo_misawaMJ {
    width: 250px;
    float: right;
    margin: 20px 10px 0 0;
}
hr {
  border-top: 0px solid #000;
  padding:0%;
  margin:0%;
}
#section_000 {
    background-color: #105FAD;
    width: 100%;
    height: auto;
}#section_000 h1 {
    height: 0px;
    text-indent: -9999px;
}.sec000_img img{
    width: 75%;
    height:  auto;
    margin:10% 0% 2% 0%;
}
#section_010 {
    background-color: #105FAD;
    width: 100%;
    height: auto;
    position: relative;
    background: url(../images/topbg.png) #105FAD center bottom no-repeat;
}#section_010 h1 {
    height: 0px;
    text-indent: -9999px;
}
#section_020 {
    background-color: white;
    width: 100%;
    height: auto;
}#section_020 h1 {
    height: 0px;
    text-indent: -9999px;
}
#section_030 {
    background-color: white;
    width: 100%;
    height: auto;
}#section_030 h1 {
    height: 0px;
    text-indent: -9999px;
}
#section_040 {
    background-color: #D3E6F6;
    width: 100%;
    height: auto;
}#section_040 h1 {
    height: 0px;
    text-indent: -9999px;
}
#section_050 {
    background-color: white;
    width: 100%;
    height: auto;
}#section_050 h1 {
    height: 0px;
    text-indent: -9999px;
}.detail_box {
    padding-bottom: 8%;
}.detail_box img{
    width: 100%;
    margin: 0px 0 0 0;
}
#section_060 {
    background-color: white;
    width: 100%;
    height: auto;
}#section_060 h1 {
    height: 0px;
    text-indent: -9999px;
}
/*==footer==*/
#footer{
    background-color: #FFFFFF;
    width: 100%;
    height: 60px;
    padding: 0%;
    border-top: 1px solid #2F2F2F;
}
.privacy-text{
    position: relative;
    z-index: 2;
    float: left;
    text-align: left;
    margin: 10px 0 0 10px;
}
.footer_logo img{
    position: relative;
    z-index: 1;
    float: right;
    width: 250px;
    margin: 10px 10px 0px 0px;
}
.copyright {
    clear: both;
    text-align: right;
    font-size: 80%;
    line-height:135%;
    margin: 0px 10px 0px 0px;
}
.totop_text{
    float: right;
    font-size: 15px;
    margin: 10% 0 0 0;
    text-align: center;
    text-decoration: none;
    border-bottom: 0px solid #808080;
    padding-bottom: 12px;
    width: 150px;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼  Unique section  ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media (min-width: 767px){
#inner_container{
    text-align: center;
    margin: auto;
    max-width: 768px;
}.header_inner img{
    width:100%;
    height:auto;
    padding:0%;
    margin:0%;
}
.w95_box {
    width: 80%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}
.img_box {
    width:100%;
    height:auto;
}
.img010_a img{
    float: left;
    margin:2% 0% 0% 0%;
    width: 49%;
}.img010_b img{
    float: left;
    margin:2% 0% 0% 2%;
    width: 49%;
}.img010_c img{
    float: clear;
    margin:2% 0% 0% 2%;
    width: 49%;
}
.img020_a img{
    float: left;
    margin:10% 0% 10% 0%;
    width: 49%;
}.img020_b img{
    float: left;
    margin:10% 0% 10% 2%;
    width: 49%;
}
.link-button img{
    float: right;
    width: 40%;
    margin-top:3%;
}
}

@media only screen and (max-width: 766px){
.button_img img{
    width: 80%;
    margin-top: 0;
}
.text01 {
    font-size: 1.1em;
    line-height:150%;
}
.text02 {
    font-size: 1.2em;
}
#header {
    width: 100%;
    height: 50px;
}
.header_logo_misawa {
    width: 100px;
    margin: 10px 0 0 10px;
}
.header_logo_misawaMJ {
    width: 200px;
    float: right;
    margin: 15px 10px 0 0;
}
#inner_container{
    text-align: center;
    margin: auto;
}.header_inner img{
    width:95%;
    height:auto;
    padding:0%;
    margin:0%;
}
.sec000_img img{
    width: 95%;
    height:  auto;
    margin:10% 0% 2% 0%;
}
.img_bar img{
    width: 90%;
    margin-top: 6%;
}
.img_more img{
    width: 80%;
    margin: 0 0 0 auto;
    text-align: center;
    padding:10px 40px 50px 0;
}
.w95_box {
    width: 90%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}
.img_box {
    width:100%;
    height:auto;
}
.img010_a img{
    margin:2% 0% 0% 0%;
    width: 100%;
}.img010_b img{
    margin:2% 0% 0% 0%;
    width: 100%;
}.img010_c img{
    margin:2% 0% 0% 0%;
    width: 100%;
}
.img020_a img{
    margin:2% 0% 0% 0%;
    width: 100%;
}.img020_b img{
    margin:2% 0% 0% 0%;
    width: 100%;
}
#section_000 {
    background-color: #105FAD;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}#section_000 h1 {
    height: 0px;
    text-indent: -9999px;
}.sec010_img img{
    width: 85%;
    height:  auto;
    margin:5% 0% 3% 0%;
}
.link-button img{
    float: right;
    width: 50%;
    margin:3% 2% 0 0;
}
.privacy-text{
    position: relative;
    z-index: 2;
    float: left;
    text-align: left;
    margin:5px 0 0 10px;
    font-size: 100%;
}
}

@media only screen and (max-width: 415px){
body {
  background-color: white;
}
br.no-sp {
    display: none;
  }
.text01 {
    font-size: 1.1em;
    line-height:150%;
    width: 94%;
    padding: 5px;
}
.text02 {
    font-size: 1.0em;
    width: 98%;
    padding: 10px 2px 0 2px;
}
.footer_logo img{
    width: 200px;
    margin: 7px 10px 0px 0px;
}
.copyright {
    font-size: 10px;
    text-align: center;
    line-height:135%;
    margin: 0px 0px 0px 0px;
    padding-top: 5px;
}
.img_more img{
    width: 80%;
    margin: 0 0 0 0;
    text-align: center;
    padding:10px 40px 0px 50px;
}
}

@media only screen and (max-width: 415px){
.footer_logo img{
    width: 160px;
    margin: 8px 10px 0px 0px;
}
}