@charset "utf-8";

/* ================= */
/* 要素のリセット    */
/* ================= */
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;
}

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;
}

/* ================= */
/* 全体設定          */
/* ================= */
html, body {
    font: 13px marugo, HG丸ゴシックM-PRO, verdana, arial, sans-serif;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    /* height: 100%; */
}

#wrapper {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

a:hover {opacity: 0.7;}

/* バナー  */
.main-banner {
    text-align: center;
    margin-bottom: 20px;
}

.main-banner img {
    width: 750px;
    max-width: 100%;
    height: auto;
}


/* コンテンツ  */
.north_1,.north_2 {
    margin: 0 8px 25px 8px;
    box-sizing: border-box;
}

.north_1 p {text-indent: 1em;}

h1 img {
    width: 750px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.item {
    display: flex;
}


.item_text {
    width: 60%;
    text-align: center;
}

h2 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.item_text img {
    width: 230px;
    max-width: 100%;
    height: auto;
    margin-top: 15px;
}

.item_text p {text-align: left;}

.item_image {
    width: 40%;
    text-align: center;
}

.item_image img {
    width: 250px;
    max-width: 100%;
    height: auto;
}

.north_3 {
    margin: 0 8px 25px 8px;
    border: 1px solid gray;
    box-sizing: border-box;
}

.item_column {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.text_padding {
    padding: 10px;
    text-align: center;
}

.text_padding p {
    text-align: left;
}

.text_padding img {
    margin-top: 13px;
}

.item_image_padding {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
}

.item_image_padding img {
    width: 100%;
    max-width: 100%;
    height: auto;
}


.btn_center{
text-align: center;

}

.north_4{
    margin-left:auto;
    margin-right: auto;
}


/* フッター  */
footer p {
    text-align: center;
    font-size: 11px;
    color: #fff;
    background: #000;
    padding: 10px;
    margin-top: 20px;
}

footer a {color: white;}


/* スマホ  */
@media screen and (max-width: 580px) {
    .north_1,.north_2 {margin: 0 8px 20px 8px;}
    .item {flex-direction: column;}
    .item_text {width: 100%; order: 1;}
    .item_text img {width: 250px;}
    .item_image {width: 100%; order: 0;}
    .item_image img {width: 75%;}
    .north_3 {margin: 0 8px 20px 8px;}
    .item_column {width: 100%;}
    .item_image_padding {width: 100%;}
    .item_image_padding img {width: 90%;}
    .btn_center {margin-left: 0px; margin-top:10px; text-align: center;}

}



/*////////////
タイトル
/////////////*/

.box1{

    max-width:750px;
    height:40px;
    background:black;
    border-radius:20px;
    margin-bottom: 10px;
  }
  .box2{

    max-width:750px;
    height:40px;
    background:black;
    border-radius:20px;
    margin-bottom: 10px;
  }

  .box1 h2{
    line-height: 40px;
      color: #fff;
      font-size: 1.8rem;
      margin-left: 10px;
      padding-left: 20px;
  }


  .box2 h2{
    line-height: 40px;
      color: #fff;
      font-size: 1.8rem;
      margin-left: 10px;
      padding-left: 20px;
  }

  @media screen and (max-width:620px){

    .box1 h2{
        font-size: 1.3rem;
        padding-left: 10px;
    }


    .box2 h2{

          font-size: 1.3rem;
          padding-left: 10px;
      }
    }

    @media screen and (max-width:445px){


        .box2{

        height: 60px;

        }
        .box2 h2{
            line-height: 20px;
           padding: 10px;

        }

        .box2 .f{
            padding-top: 6%;

        }
      }

  /*////////////
  下部バナー
/////////////*/

.block img{
    display: block;
    margin-bottom: 20px;
}