@charset "utf-8";
/* CSS Document */

/* =======================================
	2023.04  No.196
    p03/ スウェーデンハウスができるまで
======================================= */

/*---Text---*/

p,
ul li{
  font-size:17px;
  line-height:32px;
  margin-bottom:1em;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight:500;
    letter-spacing:0.1em;
}

span{
    display: inline-block;
    letter-spacing:0;
}

h3,h4,h5,h6{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight:700;
}

span.anno{
    display:inline-block;
    font-size:13px;
    line-height:22px;
   font-family: 'Zen Maru Gothic', sans-serif;
   font-weight:500; 
}

div.moose,
div.swedi{
    width:52%;
    position:relative;
    z-index:2;
}

div.moose img{
    position:absolute;
    width:160px;
}

div.swedi img{
    position:absolute;
    width:160px;
}

div.moose img.posi01{
    left:0;
    top:-110px;
}
div.moose img.posi01s{
    left:-80px;
    top:-60px;
}

div.moose img.posi02{
    right:0;
    top:-110px;
}

div.moose img.posi03{
    left:-80px;
    bottom:-20px;
}

div.moose img.posi04{
    right:-80px;
    bottom:-20px;
}
div.moose img.posi04b{
    right:-170px;
    bottom:-20px;
}

div.swedi img.posi01{
    left:-80px;
    top:-50px;
}

div.swedi img.posi02{
    right:-100px;
    top:-60px;
}

div.swedi img.posi02b{
    right:-30px;
    top:-100px;
}

div.swedi img.posi03{
    left:-100px;
    bottom:-60px;
}

div.swedi img.posi04{
    right:-100px;
    bottom:-60px;
}





div.moose p,
div.swedi p{
    background:#FFF;
    border-radius:60px;
    line-height:1.8em;
    text-align: center;
    padding:2em;
    transition:2s;
}

div.moose p{
    color:#009AAA;
}

div.swedi p{
    color:#EE7800;
}

a.btn_map{
    display:block;
    border:solid 2px #009AAA;
    color:#009AAA;
    background:#F7F1E3;
    border-radius:30px;
    padding:1em 0;
    text-align:center;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight:bold;
    font-size:1.2em;
    line-height:1.2em;
    margin:1.5em auto;
    transition:1s;
}

a.btn_map span{
    font-size:0.8em;
}

a.btn_map:hover{
    color:#FFF;
    background:#009AAA;
    text-decoration: none;
}

.column h3{
    font-size:2.5em;
    text-align: center;
    line-height: 1em;
    letter-spacing:0.1em;
    margin:0 auto;
    padding:0;
}

h3.bg_bl{
    width:90%;
    margin:0 auto 1.3em;
    background:#CEE4E3;
    padding:1.2em 0;
    text-align:center;
    font-size:2.2em;
    line-height:1.5em;
    color:#000;
    border-radius:50px;
    letter-spacing:0.1em;
}

h4{
    z-index:2;
}
h5{
    z-index:3;
}

.column h5,
.column h6{
    font-size:20px;
    line-height:1.5em;
}

.step h5{
    font-size:30px;
    line-height:1.3em;
}
.step h6{
    font-size:25px;
    line-height:1.3em;
}

span.txt-ll{
    font-size:1.8em;
    letter-spacing:0.1em;
    line-height:1.5em;
}

span.ja{
    font-family:
    "Hiragino Kaku Gothic ProN","Hiragino Sans",
    Meiryo,sans-serif;
    font-size:1em!important;
}

span.txt-s{
    letter-spacing:0.1em;
}

[data-ruby]::before {
    width:2.5em;
    text-align:left;
}


/* =======================================
	PC
======================================= */

/*---Layout---*/

div.pageNavi{
    display:block;
}

#mainArea{
    background:#F7F1E3;
    padding-bottom:2em;
    overflow-x: hidden;
}

.contArea{
    width:88%;
    max-width:1200px;
    min-width:850px;
    margin:0 auto;
}

div.videoArea{
    width:80%;
}

.titleArea{
    width:90%;
    padding:3em 0;
    margin:0 auto;
}

.titleArea h2{
    width:84%;
    max-width:900px;
    margin:0 auto 1.5em;
    position:relative;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
}

.titleArea h2 img{
    animation-fill-mode: forwards;
}

.titleArea img#fuki{
    opacity:0;
    width:22%;
    position: absolute;
    left:10%;
    top:20.5%;
}

.titleArea h4{
    width:35%;
    margin:0 auto 2em;
}


h3{
    width:90%;
    margin:0 auto 3em;
}

h2 img,
h3 img{
    width:100%;
}

.titleArea p{
    text-align: center;
    margin:0 auto;
    position:relative;
    z-index:5;
    animation-duration: 3s;
}

.tgt{
    width:100%;
    /*margin:0 auto 1em;
    position:relative;*/
}

div.conv{
    margin:0 auto 3em;
    position:relative;
}

div.step{
    margin:0 auto 5em;
    position:relative;
    animation-delay: 1s;
}

div.step h4,
div.step h5{
    width:100%;
    font-size:25px;
    margin-bottom:0.8em;
}

div.step h6{
    width:100%;
    font-size:18px;
    margin-bottom:0.8em;
}


div.step p{
    width:100%;
    margin:0 auto;
    line-height:1.6em;
}

div.column{
    background:#CEE4E3;
    border-radius:40px;
    padding:2.5em 0 1em;
}

div.column.nobg{
    background:none;
    border-radius:none;
    padding:2.5em 0 2em;
}

div.column h5{
    width:88%;
    font-size:22px;
    line-height:1.5em;
    letter-spacing:0.1em;
    text-align: center;
    border-bottom:solid 1px #000;
    padding-bottom:0.5em;
    margin:0 auto 0.5em;
}

div.column.nobg h5{
    width:88%;
    font-size:28px;
    line-height:1.5em;
    letter-spacing:0.1em;
    text-align: center;
    border-bottom:solid 2px #008E00;
    padding-bottom:0.5em;
    margin:0 auto 0.5em;
}

div.column hr{
    width:88%;
    height:0;
    padding:0;
    margin:0 auto 1.5em;
	border-top: 1px solid #000;
}

/*div.column ul{
    width:88%;
    margin:0 auto;
    padding-top:2em;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    justify-content: space-between;
	gap: 1.5%;
}

div.column ul li{
    width:28%;
    position:relative;
    margin:0 auto 1.5em;
}

div.column ul li img{
    width:25%;
    display:inline-block;
    margin-right:0.2em;
    vertical-align: middle;
}

div.column ul li:nth-child(2) > img{
    animation-delay: 0.5s;
}
div.column ul li:nth-child(3) > img{
    animation-delay: 1s;
}
div.column ul li:nth-child(4) > img{
    animation-delay: 1.1s;
}
div.column ul li:nth-child(5) > img{
    animation-delay: 1.5s;
}
div.column ul li:nth-child(6) > img{
    animation-delay: 1.8s;
}

div.column ul li:nth-child(2){
    animation-delay: 0.5s;
}
div.column ul li:nth-child(3){
    animation-delay: 1s;
}
div.column ul li:nth-child(4){
    animation-delay: 1.1s;
}
div.column ul li:nth-child(5){
    animation-delay: 1.5s;
}
div.column ul li:nth-child(6){
    animation-delay: 1.8s;
}

div.column ul li h6{
    width:72%;
    font-size:19px;
    letter-spacing: 0.1em;
    display:inline-block;
    vertical-align: middle;
}*/

div.column p{
    width:88%;
    margin:0 auto 1.5em;
    letter-spacing:0.5px;
}

div.column ul li p{
    width:100%;
}

div.ill{
    position:relative;
}

div.ill img{
    width:100%;
}

div.ill .anime{
    width:100%;
    height:auto;
    position:absolute;
    left:0;
    top:0;
}


/*area1*/

div#area1{
    margin-top:-10em;
}

div#ill_main{
    width:80%;
    margin:0 auto;
    position:relative;
}

div#ill_main2{
    position:relative;
    z-index:10;
}
div#ill_main2 img.main_p{
    width:45%;
    position:absolute;
    left:12%;
    bottom:-100px;
    z-index:1;
}

/*cont1*/
#cont1-1{
    padding:0;
    max-width:1200px;
    margin:0 auto 5em;
}

#cont1-1 div.moose#mse01{
    width:48%;
    left:38%;
    top:0;
    z-index:1;
}

#cont1-1 div.swedi#swd01{
    width:30%;
    margin-top:-4.5em;
    margin-left:15%;
}

div#cont1-2{
    position:relative;
    margin:0 auto 5em;
}

div#cont1-2 >p{
    width:50%;
    position:relative;
    left:10%;
    margin-bottom:2em;
}

div#cont1-2 div.moose#mse02{
    width:55%;
    margin:0 0 0 30%;
}

div.swedi#swe02{
    position:relative;
    width:30%;
    margin:-4em 0 0 10%;
}

div#cont1-2 div.moose#mse03{
    width:40%;
    margin:-2em 0 0 40%;
}

div#cont1-3 div#ill01{
    width:80%;
    margin:0 auto 3em;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: space-between;
    justify-content: space-between;
    /*gap:50px;*/
}

div#cont1-3 div#ill01 > div{
    text-align:center;
    padding:1em 0 0;
    width:45%;
    position:relative;
    cursor:pointer;
    vertical-align: bottom;
    transition:0.2s;
}

div#cont1-3 div#ill01 > div:hover{
    opacity:0.6;
}

div#cont1-3 div#ill01 > div h5{
    font-size:1.3em;
    height:2.5em;
    margin-bottom:0.5em;
}

div#cont1-3 div#ill01 > div h5 [data-ruby]::before {
    top: -1em;
}

div#cont1-3 div#ill01 > div img{
    width:100%;
    margin:0 auto;
}

div#cont1-3 div#ill01 > div div.circle{
    width:43%;
    position:absolute;
    left:-5%;
    bottom:-3%;
    opacity:0;
    transition:0.5s;
}

div#cont1-3 div#ill01 > div.active div.circle{
    opacity:1;
    animation: circle_move 8s linear infinite;
}

@keyframes circle_move {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*div#cont1-3 div#ill01 div:nth-child(2) h5{
    margin-top:-0.6em;
}*/

/*#cont1-4 ベタ＆布 説明エリア*/
div#cont1-4{
    width:80%;
    margin:0 auto 3em;
    position:relative;
}

div#cont1-4 > div{
    width:90%;
    margin:0 auto;
}

div#cont1-4 > div#det ul li{
    font-size:1.5em;
    font-weight:bold;
    margin-left:0.5em;
    transition:1s;
    cursor:pointer;
}

/*div#cont1-4 > div#det ul li>a{
    color:#000;
}*/

div#cont1-4 > div#det ul li:hover{
    opacity:0.3;
    text-decoration:underline;
}

div#cont1-4 > div#det ul li:hover span{
    text-decoration:underline;
}

div#cont1-4 > div#det ul li:before{
    content: url(../img/grn_tri.png);
      display: inline-block;
      width: 5px;
      height: 5px;
    margin-right:2px;
}

div#cont1-4 div#det_2,div#cont1-4 div#det_3{
    display:none;
}

div#cont1-4 > div div.pp{
    width:37%;
    display:inline-block;
    vertical-align: middle;
    margin-top:-1.5em;
}

div#cont1-4 > div div.pp img{
    width:100%;
}

div#cont1-4 > div div.txt{
    width:60%;
    display:inline-block;
    vertical-align: middle;
}

div#cont1-4 > div span.back{
    color:#008e00;
    font-weight:bold;
    display:block;
    position:absolute;
    right:1.5em;
    bottom:1em;
    cursor:pointer;
    transition:0.5s;
}

div#cont1-4 > div span.back:hover{
    opacity:0.5;
}

div.moose#mse04{
    width:45%;
    position:absolute;
    left:45%;
    top:15%;
    /*margin:-18% 0 0 45%;*/
    z-index:5;
}

div.moose#mse04 p{
    padding:1.5em;
}

p#mse04_pc{
        display:block;
    }
    p#mse04_tab{
        display:none;
    }

/*cont2*/
#area2{
    margin-bottom:5em;
}

#cont2-1{
    position:relative;
    margin:0 auto 0;
}

#cont2-1 div#ill02{
    width:60%;
    margin:10em auto 5em;
    position:relative;
}

#cont2-1 div#ill02 img{
    width:100%;
}

div.moose#mse05{
    position:absolute;
    width:38%;
    left:8%;
    top:2em;
}

div.moose#mse06{
    position:absolute;
    width:28%;
    right:3%;
    bottom:25%;
}

#cont2-1 div.ill div#ill02 img#ill02_2{
    width:32%;
    position:absolute;
    right:10%;
    top:0;
}

#cont2-1 div.ill div#ill03 img{
    width:50%;
    margin:-80px 0 0;
    position:relative;
    z-index:5;
}

#cont2-1 div.ill div#ill03 img#ill03_2{
    width:50%;
    position:absolute;
    left:0;
    top:0;
}

#cont2-1 div.ill div.txt{
    width:48%;
    position:absolute;
    animation-delay:2s;
}

#cont2-1 div.ill div.txt h4{
    width:100%;
    padding:0.8em;
    margin-bottom:0.8em;
    background:#CEE4E3;
    text-align:center;
    font-size:2em;
    letter-spacing:0.03em;
    border-radius:50px;
}

#cont2-1 div.ill div.txt p{
    width:90%;
    margin:0 3% 0 7%;
}

#cont2-1 div.ill div.txt#ill02_txt{
    left:5%;
    top:35%;
}


/*cont2-2  基礎説明部分*/

#cont2-2{
    width:80%;
    margin:0 auto 3em;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: space-between;
    justify-content: space-between;
}

#cont2-2 #ill03_txt{
    width:38%;
}
#cont2-2 #ill03_txt h4{
    font-size:30px;
    letter-spacing:0.1em;
    line-height:1.5em;
    color:#009aaa;
    border-bottom:dashed 4px #009aaa;
    padding-bottom:0.3em;
    margin-bottom:1em;
    text-align:center;
}

#cont2-2 #ill03_txt p{
    margin:0 3% 8em;
}

#cont2-2 #ill03{
    width:60%;
    position:relative;
}

#cont2-2 #ill03 img.val{
    position:absolute;
    right:0;
    top:0.8em;
}

/*cont2-3  接合金物説明部分*/

#cont2-3{
    width:80%;
    margin:-8.5em auto 3em;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: space-between;
    justify-content: space-between;
}

#cont2-3 h3.bg_bl{
    width:100%;
    border-radius:80px;
    margin-bottom:0;
    padding:1em 0 1.1em;
    position:relative;
    z-index:5;
}

#cont2-3 h3.bg_bl span{
    display:block;
    margin-left:0.5em;
}
#cont2-3 #ill04{
    width:60%;
    position:relative;
    margin-top:-8em;
}
#cont2-3 #ill04_txt{
    width:38%;
    margin-top:3em;
}
#cont2-3 img#ill04_1{
    position:absolute;
    width:74%;
    top:32%;
    right:76%;
}
#cont2-3 img#ill04_2{
    position:absolute;
    width:90.5%;
    top:36%;
    right:61%;
}

/*cont2-4  土台＆金物一体化説明部分*/

#cont2-4{
    position:relative;
    margin-top:-18em;
}
#cont2-4 p{
    position:absolute;
    left:0;
    top:0;
    width:40%;
}
#cont2-4 #ill05{
    width:58%;
    margin:1.5em 0 0 6em;
    position:relative;
}

#cont2-4 #ill05_1,#cont2-4 #ill05_2{
    position:absolute;
    left:0;
    top:0;
    mix-blend-mode: multiply;
}

#cont2-4 #ill05_3{
    width:18%;
    position:absolute;
    right:20%;
    bottom:10%;
}

/*cont3*/

#area3{
    padding:0 0 3em;
}

#cont3-1{
    position:relative;
}

#cont3-1 h4{
    width:60%;
    margin:0 auto;
    background:#009aaa;
    color:#FFF;
    text-align: center;
    border-radius:70px;
    font-size:1.8em;
    line-height:1.5em;
    padding:1.2em 0;
    letter-spacing:0.1em;
    position:relative;
    z-index:10;
}

#cont3-1 h4 img{
    position:absolute;
    width:4%;
    left:48%;
    bottom:-10%;
}

#cont3-1 #ill06{
    width:88%;
    margin:-12em 0 0 6%;
    position:relative;
}

#cont3-1 #ill06 img.layer{
    position:absolute;
    left:0;
    top:0;
}

#cont3-1 ul{
    display:block;
    position:absolute;
    left:60%;
    top:25%;
}

#cont3-1 ul li{
    font-size:22px;
    font-weight:bold;
    color:#009aaa;
    margin-bottom:1em;
}

#cont3-1 ul li > img,
#cont3-1 div.modal h5 > img{
    width:30px;
    margin-right:5px;
    vertical-align: middle;
    margin-top:-3px;
}

#cont3-1 ul li a{
    transition:0.5s;
    color:#009aaa;
}

#cont3-1 ul li a:hover{
    opacity:0.5;
}

#cont3-1 ul li > span{
    font-size:14px;
    margin-left:5px;
}

#cont3-1 img.num{
    width:5%;
    position:absolute;
    animation-name:fadeIn;
    animation-delay:1s;
}

#cont3-1 img.num#num01{
    left:24%;
    bottom:33%;
}

#cont3-1 .modal_btn img:hover{
    opacity:0.5;
}

#cont3-1 a.blink.active img{
    -webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

#cont3-1 img.num#num02{
    left:40%;
    bottom:30%;
}
#cont3-1 img.num#num03{
    left:33%;
    top:20%;
}
#cont3-1 img.num#num04{
    left:43%;
    top:43%;
}
#cont3-1 img.num#num05{
    left:47%;
    top:37%;
}
#cont3-1 img.num#num06{
    left:15%;
    top:19%;
}
#cont3-1 img.num#num07{
    left:10%;
    top:42%;
}
#cont3-1 img.num#num08{
    left:12.5%;
    top:52%;
}

#cont3-1 div.modal{
    display:none;
    background:#FFF;
    width:40%;
    padding:0 2.5em 1em;
    position:absolute;
    z-index:15;
    box-shadow:2px 2px 5px #888;
}

#cont3-1 div.modal h5{
    font-size:22px;
    margin:1em 0 0.5em;
    font-weight:bold;
    color:#009aaa;
}

#cont3-1 div.modal p>span{
    foont-weight:bold;
    display:block;
    text-align:right;
    margin:0.8em 0 0;
    transition:0.1s;
    cursor:pointer;
}

#cont3-1 div.modal p>span:hover{
    opacity:0.2;
}

#cont3-1 div.modal#modal_01{
    left:34%;
    top:62%;
}
#cont3-1 div.modal#modal_02{
    width:40%;
    left:48%;
    top:60%;
}
#cont3-1 div.modal#modal_03{
    width:35%;
    left:42%;
    top:22%;
}
#cont3-1 div.modal#modal_04{
    width:38%;
    left:48%;
    top:45%;
}

#cont3-1 div.modal#modal_03 img#ill06_2{
    width:60%;
    margin:0 auto 0 20%;
}

#cont3-1 #ill06_txt{
    width:38%;
    position:absolute;
    left:60%;
    top:13%;
}

#cont3-1 #ill06_txt h5{
    margin-bottom:0.5em;
}


/*cont3-2 地震についてのコラム*/
div#cont3-2{
    margin:-12em 0 5em;
}

#mse07{
    width:40%;
    margin-left:0;
}

#swe03{
    width:30%;
    margin:-3em 0 0 30%;
}

div.miniColumn{
    width:90%;
    margin:-2.5em auto 0;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: space-between;
    justify-content: space-between;
    padding:3em 0 0;
    border-radius:30px;
    background:url("../img/column_bg_top.png") no-repeat top;
    background-size:100% auto;
}

img#column_bg{
    width:90%;
    margin:0 0 0 5%;
}

div.miniColumn div:first-child{
    width:45%;
    margin-left:8%
}

div.miniColumn div:last-child{
    width:32%;
    margin-right:8%
}

div.miniColumn div h5{
    font-size:28px;
    font-weight:bold;
    line-height:1.5em;
    margin:1.5em 0 1.5em -0.5em;
    text-indent:0.5em;
}

div.miniColumn div h5 span{
    margin-left:-0.7em;
}

div.miniColumn div img{
    width:100%;
    margin-bottom:1em;
}

div.miniColumn div p.cap{
    font-size:0.9em;
    line-height:1.5em;
}

/*area4*/
#area4{
    
}

#area4 div.step{
    width:90%;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: space-between;
    justify-content: space-between;
    padding-bottom:3.5em;
}

#area4 div.step h6{
    color:#009aaa;
    font-size:22px;
    line-height:1.5em;
}

#area4 div.step h6 span{
  font-size:35px;
    margin-right:8px;
}

div.step#cont4-1 div.step_txt{
    width:40%;
    margin-left:5%;
}

div.step#cont4-1 div.ill,
div.step#cont4-3 div.ill{
    width:43%;
    margin-right:5%;
}

div.step#cont4-2 div.ill{
    width:40%;
    margin-left:5%;
}

div.step#cont4-2 div.step_txt{
    width:43%;
    margin-right:5%;
}

div.step#cont4-3 div.step_txt{
    width:43%;
    margin-right:8%;
}

div.step div.step_txt p.step_lead{
    margin:2em 0 3em;
}

div#cont4-2 #mse08{
    width:70%;
    margin-top:3em;
}

div#cont4-3{
    margin-top:-3em;
}

div#cont4-3 #swe04{
    margin-top:10em;
    margin-left:20%;
}

div#cont4-3 #swe04 img{
    width:80%;
    left:-20%;
    top:-75%;
}

div#cont4-3 #mse09{
    width:48%;
    margin-left:42%;
}
div#cont4-3 #mse10{
    width:42%;
    margin-right:50%;
    margin-top:-8em;
    margin-bottom:1em;
}

div#cont4-3 #mse10 img{
    position:absolute;
    right:-70px;
    top:-105px;
}

div#cont4-3 #swe05{
    width:35%;
    margin-left:42%;
}

div#cont4-3 #swe05 img{
    width:37%;
}

/*cont6 まとめ*/

#area5{
    margin-top:-8em;
    padding:0 0 3em;
}

#matome{
    position:relative;
    margin:-3em auto 3em;
    padding:3.5em 0 2em;
}

#matome p{
    width:90%;
}

div#area5 h6#sum{
    width:30%;
    position:relative;
    margin:0;
    left:5%;
    top:0;
    z-index:10;
}


/*矢印*/
div.arw{
    display:block;
    position:absolute;
    z-index:10;
}

div.arw img{
    width:100%;
}

#arw01{
    width:15%;
    right:25%;
    bottom:-17%;
}
#arw01 img{
    transform:rotate(20deg);
}
#arw02{
    width:12%;
    left:15%;
    bottom:-28%;
}
#arw02 img{
    transform:rotate(-10deg);
}

#arw03{
    width:15%;
    right:20%;
    bottom:-8%;
}
#arw03 img{
    /*transform:scale(-1, 1);*/
    transform:rotate(-10deg);
}

#arw04{
    width:12%;
    left:35%;
    bottom:-35%;
}
#arw04 img{
    transform:rotate(-40deg);
}
#arw05{
    width:12%;
    right:32%;
    bottom:-40%;
    z-index: 1;
}
#arw05 img{
    transform:rotate(-15deg);
}

#arw06{
    width:13%;
    left:17%;
    top:0;
}

#arw07{
    width:23%;
    right:8%;
    bottom:-5em;
}
#arw07 img{
    transform:rotate(0deg);
}

#arw08{
    /*width:18%;
    left:15%;
    top:28%;*/
    position:relative;
    width:33%;
    margin-left:32%;
    margin-top:1em;
}
#arw08 img#arw08-1{
    width:100%;
    transform:rotate(0deg);
}
#arw08 img#arw08-2{
    width:100%;
    margin-left:28%;
    transform:rotate(-20deg);
}

#arw09{
    position:relative;
    width:11%;
    margin:1em auto;
}

#arw10{
    width:30%;
    left:0;
    bottom:-14em;
}

#arw10 img{
    transform:rotate(35deg);
}

div.textArea p a.btn{
    display:block;
    width:40%;
    min-width:400px;
    padding:0.3em 0;
    border:dashed 1px #009AAA;
    color:#009AAA;
    border-radius:40px;
    font-size:17px;
    font-weight:700;
    text-align: center;
    transition:0.5s;
    margin:0 auto 5em;
    position:relative;
}

div.textArea p a.btn img.swedi{
    width:30%;
    position:absolute;
    left:-12%;
    bottom:-1.2em;
}
div.textArea p a.btn img.flag{
    width:15%;
    position:absolute;
    right:-6%;
    top:-1em;
}

div.textArea p a.btn:hover{
    text-decoration: none;
    background:#009AAA;
    color:#FFF;
}

footer{
    width:100%;
    padding:20px 0 35px;
    text-align:center;
    background:#FFF;
    border-top:solid 1px #000;
}

footer div.next{
    width:500px;
    height:auto;
    margin:0 auto 1.5em;
}

footer div.next a img{
    width:100%;
}

footer div.next a{
    transition:1s;
}

footer div.next a:hover{
    opacity:0.5;
}

footer copyright{
    width:21.5%;
    margin:0.8em auto;
    display:inline-block;
}

footer copyright picture img{
    width:100%;
}


/* =======================================
	DISPLAY LARGE
======================================= */

@media screen and  (min-width:1400px){
    
}

/* =======================================
	TABLET
======================================= */

@media screen and  (min-width:1025px) and ( max-width:1300px) {
    
    p,h6{
    font-size:95%;
    }
    
    div.moose img,
    div.swedi img{
    width:140px;
}

    div.moose p,
    div.swedi p{
    padding:1.5em;
    font-size:95%;
}
    
    

}

@media screen and  (min-width:641px) and ( max-width:1024px) {
    
    .contArea{
    width:92%;
    min-width:auto;
    margin:0 auto;
}

    p,h6{
    font-size:90%;
}

    div.moose p,
    div.swedi p{
    font-size:80%;
}
    
    #cont2-2 #ill03_txt{
        padding-bottom:20em;
    }
    
#cont2-2 #ill03_txt h4{
    font-size:25px;
}

#cont2-2 #ill03_txt p{
    margin:0 3% 5em;
}
    
#cont2-2 #ill03_txt p:last-child{
     position:absolute;
    left:-1em;
    bottom:8em;
    z-index:15;
}
    
    #cont2-3 #ill04{
    margin-top:-1em;
    }
    
#cont2-3 #ill04_txt{
    width:38%;
    margin-top:1em;
}    
    
    
#cont2-4{
    margin-top:-8em;
}
#cont2-4 p{
    position:absolute;
    left:5em;
    top:-6em;
    width:50%;
}
    
#cont3-1 h4{
    width:80%;
    }

#cont3-1 #ill06{
    margin:-3em 0 0 6%;
}
#cont3-1 ul{
    top:28%;
}
div#cont3-2{
    margin:-5em 0 2.5em;
}
div.miniColumn div:first-child{
    width:50%;
    margin-left:5%
}
    
    div.miniColumn div:first-child p{
        line-height:1.5em;
    }

div.miniColumn div:last-child{
    width:36%;
    margin-right:5%
}

div.miniColumn div h5{
    font-size:25px;
}
    
div.miniColumn div p.cap{
    font-size:0.7em;
    line-height:1.5em;
}
    
#area4 div.step{
    padding-bottom:2em;
}
    
div#cont4-3 #swe04{
    margin-top:10em;
    margin-left:20%;
}

div#cont4-3 #swe04 img{
    width:100%;
}

div#cont4-3 #mse10 img{
    width:50%;
    position:absolute;
    right:-70px;
    top:-105px;
}

div#cont4-3 #swe05{
    width:35%;
    margin-left:42%;
}

div#cont4-3 #swe05 img{
    width:52%;
}
    p#mse04_pc{
        display:none;
    }
    p#mse04_tab{
        display:block;
    }
    div.moose#mse04{
    width:45%;
    position:absolute;
    left:50%;
    top:15%;
    z-index:5;
}
    
}

/* =======================================
	SMPH
======================================= */

@media screen and (max-width: 640px) {
    
    #sideArea{
        min-width:850px;
    }
    div.pageNavi{
    opacity:0;
}
    
}

/*.titleArea,#area1,#area2,#area3,#area4,#area6{
    display:none;
}*/