/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-weight: inherit;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img{
    vertical-align: top;
}
/*---------------------------------------------------------------------------------*/
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}

a{
    text-decoration: none;
    color: inherit;
}

b{
    font-weight: bold;
}
em{
    background: linear-gradient(transparent 60%, #f7cddd 60%, #f7cddd 90%,transparent 90%);
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*PC・SPでの非表示の切り替え--------------------------------------------------------*/
.pc{
    display: inherit;
}

.sp{
    display:none;
}
br.pc{
    display: inline;
}
br.sp{
    display: none;
}

.sp_block{
    display: inline;
}



/*画像だけを表示させるボックス*/
.imagebox_c{
    text-align: center;
}

/* .lastのマージン解除*/
.last{
    margin: 0 !important;
}

*{
    font-family: Meryo,"メイリオ",sans-serif;
}
body{
}


body{
    position: relative;
}

img{
    width: 100%;
    height: auto;
}

a{
    color: inherit;
    text-decoration: none;
}
.a_is_block a{
    display: block;
}

.centerline{
    width: 50%;
    height: 100vh;
    border-right: 1px solid blue;
    position: fixed;
    z-index: 99999999999999;
    top: 0;
    left: 0;
}

.underline{
    text-decoration: underline;
}

.text-center{
    text-align: center !important;
}

.text-indent{
    text-indent: -1em;
    padding-left: 1em;
    display: block;
}


/*共通マージン設定*/
.mb1x1 {
    margin-bottom: 60px !important;
}

.mb1x025 {
    margin-bottom: 30px !important;
}

.mb1x05 {
    margin-bottom: 19px !important;
}

.mb1x1_5 {
    margin-bottom: 100px !important;
}

.mb1x2 {
    margin-bottom: 20px !important;/*76px*/
}
.mb1x3 {
    margin-bottom: 0px !important;/*114px*/
}


.pb1x1 {
    padding-bottom: 38px !important;
}


.pt1x1 {
    padding-top: 38px !important;
}



/* 共通 width 設定*/
.widthsize01{
    width: 1150px;
    margin: 0 auto;
}
.widthsize02{
    width: 1094px;
    margin: 0 auto;
}
.widthsize03{
    width: 883px;
    margin: 0 auto;
}


/* 共通文字サイズ設定*/
html{
    font-size: 32px;
    
    color: #393a40;
    overflow-x: auto;
    width: 100%;
}
body{
    overflow-x: hidden;
    width: 100%;
    min-width: 1150px;
}

.text{
    margin: 0 auto;
    text-align: justify;
    line-height: 1.5rem;
    letter-spacing: -0.025rem;
}
.text p,
.comment p{
    margin-bottom: 0.45rem;
}
.text p:last-of-type,
.comment p:last-of-type{
    margin-bottom: 0;
}




.flexbox01,
.flexbox02,
.flexbox03{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



/*----------------------------------------------------------------------------*/

.mainbody {
   background: #fff;
    width: 100%;
} 
.mainwrap {
    width: 1150px;
    text-align: center;
    margin: auto;
}

.about {
    margin-bottom: 110px !important;
    background: #fff;/*背景色*/
    padding: 0;
    width: 1150px;
    text-align: center;
}

.about .flexbox01 {
    margin: auto;
}

.about .image01 img {
    width: 675px;
}

.about .image02 img {
    width: 475px;
   margin-right: 0;
}



.about br {
}





