@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'a-otf-futo-go-b101-pr6n', 'Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------------------------------------------------- */

body{
    width: 100%;
    height: 100%;
    background-color: #005698;
    overflow-x:hidden;
}

div{
    max-width: 660px;
    width: 70vw;
    margin: 130px  auto;
    color: #FFFFFF;
    line-height: 1.7em;
}

h1{
    width: 40%;
    margin: 0 auto 80px;
}

h1 img{
    width: 100%;
}

section{
    margin: 0 auto;
}

.company{
    margin-bottom: 100px;
}

dl{
    display:flex;
    flex-wrap:wrap; 
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.6em;
    font-size: 15px;
}

dd{ 
    width: 18%;  
    justify-content:space-between;
    font-weight: bold;
    letter-spacing: 0.2em;
}

dt{
    width: 82%;
    margin-bottom: 20px;
}


@media (max-width: 767px){
    
    
    div{
        width: 85vw;
        margin: 24vw  auto;
    }

    h1{
        width: 65%;
        margin: 0 auto 18vw;
    }

    .company{
        margin-bottom: 17vw;
    }

    dl{
        margin-bottom: 4vw;
        font-size: 3.7vw;
    }

    dd{ 
        width: 25%;  
    }

    dt{
        width: 75%;
        margin-bottom: 6vw;
    }
    
}





