@charset "utf-8";
@import url("basic.css");
@import url("f2.css");
@import url("contact.css?009");
/*
Theme Name: 2021F2
Author: landingpage-work
Author URI: https://landingpage-work.com/
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}
img{vertical-align:top;}
a img:hover{opacity:.8;}
table {width:100%;border-collapse: separate;border-spacing: 0;}
td{vertical-align: middle;}
caption, th, td {font-weight: normal;text-align: left;}

a img {border: 0;transition:all 0.3s;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body{
font-family: toppan-bunkyu-midashi-go-std, sans-serif;font-weight: 900;font-style: normal;
font-size:15px;
color:#444;
-webkit-text-size-adjust: none;
background:#fff;
line-height:1.4;
text-align: justify;
text-justify: inter-ideograph;


}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#595757;
transition: all 0.2s ease;
}

a:hover, a:active{
outline: none;
color:#004D9D;
}







/* レイアウト
------------------------------------------------------------*/
#wrapper{
margin:0 auto 0;
width:100%;
overflow:hidden;
}

.inner{
margin:0 auto;
padding:0;
width:1000px;
}



#content{
width:100%;
padding:0;
margin:0;
}









/* トップページ　メイン画像
----------------------------------*/
#mainphoto{position: relative;margin:0 auto 30px;display:block;}
#mainphoto img{width:100%;}
.main_cover{position:absolute;top:50%;left:20%;transform:translateY(-50%);}
.post{margin:0;padding:0;}






