@charset "utf-8";

/*----------------------------------------------------------------------------
 RESET HTML elements
----------------------------------------------------------------------------*/
/* 
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;
}

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:bolder;
}

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;
}

ul, li {
	list-style: none;
}

/*----------------------------------------------------------------------------
 幅のはみ出し防止
----------------------------------------------------------------------------*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }


/*----------------------------------------------------------------------------
 CLEAR FIX
----------------------------------------------------------------------------*/

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom:1;
}

/*----------------------------------------------------------------------------
 HTML elements
----------------------------------------------------------------------------*/
html { font-size:100%;}
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-size:1em;
	font-family:  'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'HiraKakuPro-W3', 'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;	
	font-weight:400;
	line-height: 180%;
	color:#000000;
}
a:link { color:#333333; text-decoration: none;}
a:visited { color:#333333; text-decoration:none;}
a:active { color:#333333; text-decoration:underline;}
a:hover { color:#333333; text-decoration:underline;}
:focus{	outline:none; }

/*----------------------------------------------------------------------------
 COMMON LAYOUT
----------------------------------------------------------------------------*/

#container{
	width:100%;
	margin: 0;
	padding: 0;
	text-align:center;
}

.contents{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
}

footer{
	width:100%;
	background: #595959;
	margin:0 auto;
	padding: 0;
	text-align:left;
}

#pagetop{
	position: fixed;
	right: 10px;
	bottom: 5px;
}

#pagetop img{
	width: 100%;
}

#pagetop a{
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
}
#pagetop a:hover{
	opacity: 0.6;
}

/*----------------------------------------------------------------------------
 CONTENTS-PC
----------------------------------------------------------------------------*/
@media screen and (min-width:1000px) {
    body{
        min-width: 1000px;
    }
    }
    @media screen and (min-width: 767px) and (max-width:1000px) {
    body{
        min-width: 100%;
    }
    }
    
    .nopc {
        display: none;
    }
    
    .nosp {
        display:block;
    }
    
    @media screen and (min-width:1000px) {
    .contents{
        width:1000px;
        margin:0 auto;
        padding:0;
        text-align:left;
    }
    }
    @media screen and (min-width: 767px) and (max-width:1000px) {
    .contents{
        min-width: 100%;
    }
    }

/*----------------------------------------------------------------------------
 header
----------------------------------------------------------------------------*/

header{
	width:100%;
	margin:0 auto;
}
header p{
	font-size:0.6em;
	text-align:left;
}
header h1{
	text-align:left;
	font-size:0.8em;
	font-weight:normal;
	vertical-align:bottom;
	padding:0;
}
header h1 img{
	width:25%;
	margin: 0 5px 10px 0;
	vertical-align:bottom;
}

header h1 img.company{
	width:10%;
	margin-left: 5px;
}

@media screen and (min-width: 767px) and (max-width:1000px) {
header{
	padding:0 20px;
}
}

/*----------------------------------------------------------------------------
 org-footer
----------------------------------------------------------------------------*/

.l-container{
    width: 1000px;
      margin: 0 auto;
    }
    @media screen and (max-width: 1000px) {
    .l-container{
    width: 100%;
    }
    }
    
    .c-title03 {
      font-size: 14px;
      color: #ffffff;
      margin: 17px 0 10px;
    }
    @media screen and (max-width: 767px) {
      .c-title03 {
        font-size: 15px;
        margin-bottom: 8px;
      }
    }
    .c-title03--top {
      margin-top: 11px;
    }
    
    .footer-top {
      background: #595959;
    }
    .footer-top__nav {
      padding: 34px 0 32px;
      margin: 0 25px;
    }
    @media screen and (max-width: 767px) {
      .footer-top__nav {
        padding: 35px 0 28px;
        margin: 0 15px;
      }
    }
    .footer-top__nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    @media screen and (max-width: 767px) {
      .footer-top__nav ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      }
    }
    .footer-top__nav ul li {
      margin-right: 66px;
    }
    @media screen and (max-width: 767px) {
      .footer-top__nav ul li {
        margin-right: 0;
      }
    }
    .footer-top__nav ul li:first-child {
      margin-right: 65px;
    }
    @media screen and (max-width: 767px) {
      .footer-top__nav ul li:first-child {
        margin-right: 0;
      }
    }
    .footer-top__nav ul li:last-child {
      margin-right: 0;
    }
    .footer-top__nav ul li:nth-child(2) {
      margin-right: 67px;
    }
    @media screen and (max-width: 767px) {
      .footer-top__nav ul li:nth-child(2) {
        margin-right: 0;
      }
    }
    @media screen and (max-width: 767px) {
      .footer-top__nav ul li {
        width: 38%;
        margin-bottom: 14px;
      }
      .footer-top__nav ul li:nth-child(3) {
        width: 24%;
        text-align: right;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
      }
      .footer-top__nav ul li:last-child {
        width: 100%;
        margin-bottom: 0px;
      }
    }
    @media screen and (max-width: 320px) {
      .footer-top__nav ul li:nth-child(3) {
        padding-right: 0px;
      }
    }
    .footer-top__nav ul li a {
      font-size: 14px;
      color: #ffffff !important;
      font-weight: 600;
    }
    @media screen and (max-width: 767px) {
      .footer-top__nav ul li a {
        display: block;
      }
    }
    .footer-top__btn {
      margin: 0 25px;
      border-top: 0px solid #ffffff;
      border-bottom: 1px solid #ffffff;
      padding: 20px 0 8px;
    }
    @media screen and (max-width: 767px) {
      .footer-top__btn {
        margin: 0 15px;
        padding: 3px 0 8px;
      }
    }
    .footer-top__new {
      margin: 0 25px;
      padding: 20px 0 13px;
    }
    @media screen and (max-width: 767px) {
      .footer-top__new {
        margin: 0px 15px;
        padding: 3px 0 40px;
      }
    }
    
    .footer-btm__info {
      width: 700px;
      margin: 40px auto 37px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    @media screen and (max-width: 767px) {
      .footer-btm__info {
        display: block;
        width: 100%;
        margin-top: 43px;
        text-align: center;
      }
    }
    .footer-btm__info .footer-logo {
      margin-top: 2px;
      margin-left: 2px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
    }
    @media screen and (max-width: 767px) {
      .footer-btm__info .footer-logo {
        display: block;
        text-align: center;
      }
    }
    .footer-btm__info .footer-logo__dotcom {
      width: 239px;
      display: block;
    }
    @media screen and (max-width: 767px) {
      .footer-btm__info .footer-logo__dotcom {
        width: 271px;
        margin: 0 auto 9px;
      }
    }
    .footer-btm__info .footer-logo__to {
      font-size: 10px;
      line-height: 1;
      margin-left: 8px;
      margin-right: 10px;
    }
    @media screen and (max-width: 767px) {
      .footer-btm__info .footer-logo__to {
        font-size: 12px;
        margin-left: -20px;
      }
    }
    .footer-btm__info .footer-logo__mdw {
      width: 90px;
      display: block;
    }
    @media screen and (max-width: 767px) {
      .footer-btm__info .footer-logo__mdw {
        width: 97px;
        display: inline-block;
      }
    }
    .footer-btm__info .sub-content__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: -8px;
    }
    @media screen and (max-width: 767px) {
      .footer-btm__info .sub-content__top {
        display: inline-block;
        margin-top: 10px;
        margin-left: -15px;
      }
    }
    .footer-btm__info .sub-content__top img {
      width: 30px;
      height: 22px;
      margin-top: -8px;
    }
    .footer-btm__info .sub-content__top a {
      margin-left: 8px;
      font-size: 19px;
      font-weight: 600;
    }
    .footer-btm__info .sub-content__btm {
      font-size: 10px;
    }
    @media screen and (max-width: 767px) {
      .footer-btm__info .sub-content__btm {
        margin-top: -5px;
      }
    }
    .footer-btm__menu {
      background: #F8F8F8;
      text-align: center;
    }
    .footer-btm__menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: auto;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 315px;
      padding: 21px 0 18px;
    }
    @media screen and (max-width: 767px) {
      .footer-btm__menu ul {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 20px 0 18px;
      }
    }
    .footer-btm__menu ul li {
      font-size: 12px;
    }
    @media screen and (max-width: 767px) {
      .footer-btm__menu ul li {
        margin-right: 18px;
      }
      .footer-btm__menu ul li:last-child {
        margin-right: 0;
      }
    }
    @media screen and (max-width: 320px) {
      .footer-btm__menu ul li {
        font-size: 10px;
      }
    }
    .footer-btm__copyright {
      font-size: 12px;
      background: #33B69D;
      color: #ffffff;
      text-align: center;
      padding: 8px 0;
      font-weight: bold;
    }
    @media screen and (max-width: 767px) {
      .footer-btm__copyright {
        padding: 12px 0;
      }
    }
    
    .list-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      }
      @media screen and (max-width: 767px) {
        .list-btn {
          display: block;
        }
      }
      .list-btn__item {
        background-color: #ffffff;
        width: 296px;
        height: 43px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 4px;
        margin-bottom: 16px;
        margin-right: 31px;
      }
      @media screen and (max-width: 767px) {
        .list-btn__item {
          width: 100%;
        }
      }
      .list-btn__item:nth-child(3n) {
        margin-right: 0px;
      }
      .list-btn__item span.txt01 {
        font-size: 12px;
      }
      .list-btn__item span.txt02 {
        font-size: 15px;
        font-weight: bold;
      }
      @media screen and (max-width: 320px) {
        .list-btn__item span.txt02 {
          font-size: 14px;
        }
      }
      
      .list-new {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 15px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 19px 0 0;
      }
      @media screen and (max-width: 767px) {
        .list-new {
          padding-left: 0;
          margin-top: 18px;
        }
      }
      .list-new__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 215px;
        margin-right: 15px;
        margin-bottom: 27px;
      }
      @media screen and (max-width: 767px) {
        .list-new__item {
          width: calc(50% - 10px);
          margin-right: 10px;
          margin-bottom: 29px;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
        }
      }
      .list-new__item:nth-child(2n) {
        margin-right: 25px;
        margin-left: 10px;
      }
      @media screen and (max-width: 767px) {
        .list-new__item:nth-child(2n) {
          margin-right: 0px;
        }
      }
      @media screen and (max-width: 320px) {
        .list-new__item:nth-child(2n) {
          margin-left: 0px;
        }
      }
      .list-new__item:nth-child(4n) {
        margin-right: 0px;
      }
      @media screen and (max-width: 767px) {
        .list-new__item:last-child {
          margin-bottom: 0;
          margin-top: -15px;
        }
      }
      .list-new__item img {
        width: 54px;
        height: 54px;
        display: block;
      }
      @media screen and (max-width: 320px) {
        .list-new__item img {
          width: 40px;
        }
      }
      .list-new__item img {
        max-width: 100%;
      }
      .list-new__item .content {
        color: #ffffff;
        margin-left: 12px;
      }
      @media screen and (max-width: 767px) {
        .list-new__item .content {
          margin-left: 10px;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
        }
      }
      .list-new__item .content__title {
        font-size: 12px;
        margin: -3px 0 7px;
      }
      @media screen and (max-width: 767px) {
        .list-new__item .content__title {
          margin: 0px 0 10px;
          font-size: 10px;
          font-weight: normal;
        }
      }
      @media screen and (max-width: 320px) {
        .list-new__item .content__title {
          margin-bottom: 5px;
        }
      }
      .list-new__item .content__txt {
        font-size: 10px;
        line-height: 1.5;
        margin-right: -10px;
      }
      @media screen and (max-width: 767px) {
        .list-new__item .content__txt {
          margin-right: 0px;
        }
      }
      
      .footer-benefit {
        margin: 35px 0px 100px;
      }
      @media screen and (max-width: 767px) {
        .footer-benefit {
          margin: 35px 15px 25px;
        }
      }
      .footer-benefit__title {
        font-size: 22px;
        text-align: center;
      }
      @media screen and (max-width: 767px) {
        .footer-benefit__title {
          font-size: 16px;
        }
      }
      .footer-benefit__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 15px 0 25px;
        border-bottom: 1px solid #DFDFDF;
      }
      @media screen and (max-width: 767px) {
        .footer-benefit__content {
          padding: 30px 15px 20px;
          display: block;
        }
      }
      @media screen and (max-width: 767px) {
        .footer-benefit__content {
          display: block;
        }
      }
      .footer-benefit__content .benefit-item {
        width: 313px;
      }
      @media screen and (max-width: 767px) {
        .footer-benefit__content .benefit-item {
          width: 100%;
          margin-bottom: 20px;
        }
      }
      @media screen and (max-width: 767px) {
        .footer-benefit__content .benefit-item:last-child {
          margin-bottom: 0px;
        }
      }
      .footer-benefit__content .benefit-item__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
      .footer-benefit__content .benefit-item__top div {
        width: 75px;
        text-align: center;
      }
      .footer-benefit__content .benefit-item__top div img {
        margin: auto;
      }
      .footer-benefit__content .benefit-item__top div img.img01 {
        width: 50px;
      }
      .footer-benefit__content .benefit-item__top div img.img02 {
        width: 35px;
      }
      @media screen and (max-width: 767px) {
        .footer-benefit__content .benefit-item__top div img.img02 {
          width: 41px;
        }
      }
      .footer-benefit__content .benefit-item__top div img.img03 {
        width: 64px;
      }
      @media screen and (max-width: 767px) {
        .footer-benefit__content .benefit-item__top div img.img03 {
          width: 56px;
        }
      }
      .footer-benefit__content .benefit-item__top h3 {
        font-size: 14px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
      }
      .footer-benefit__content .benefit-item__btm {
        margin-top: 20px;
        font-size: 12px;
      }
      @media screen and (max-width: 767px) {
        .footer-benefit__content .benefit-item__btm {
          margin-top: 0px;
        }
      }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------

 CONTENTS-SP

----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px) {

    body{
        min-width: initial;
    }
    
    .nopc {
        display:block;
    }
    
    .nosp {
        display:none;
    }
    
    .contents{
        width:100%;
        margin:0;
        padding:0 1em;
        font-size: 100%;
        letter-spacing: 0;
    }
    
    /*----------------------------------------------------------------------------
     header
    ----------------------------------------------------------------------------*/
    
    header p{
        font-size:0.7em;
    }
    header h1{
        font-size:0.6em;
    }
    header h1 img{
        width:57%;
    }
    
    header h1 img.company{
        width:20%;
    }
}