/*--------------------------------------------------
　リセット
--------------------------------------------------*/

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,
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;
}

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;
}


/*--------------------------------------------------
　ベースセット
--------------------------------------------------*/

html {
    height: 100%;
}

body {
    color: #3c3c3c;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', 'PT Sans', sans-serif, 'Gulim', 'Apple Gothic';
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

h2 {
    background: url(../images/lp/icon_h2.png) no-repeat 50% bottom;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 10px;
    text-align: center;
}

h2 span {
    display: inline-block;
}

h3 {
    color: #666;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 20px;
}

a {
    color: #03C;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    text-decoration: none;
}

.inner {
    margin: 0 auto;
    width: 1100px;
}

.center {
    text-align: center;
}

.right {
    float: right;
}

.error {
    color: #d00000;
    display: none;
}


/*--------------------------------------------------
　header
--------------------------------------------------*/

#header {
    height: 75px;
    position: relative;
}

#header #logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

#header #logo img {
    vertical-align: middle;
}

#logo .logo_s {
    display: none;
}

#header #gnavi {
    float: right;
}

#header #gnavi li {
    border-left: 1px solid #dedede;
    float: left;
    line-height: 75px;
}

#header #gnavi li.login {
    background: #FFC107;
}

#header #gnavi li.login a {
    color: #fff;
}

#header #gnavi a {
    color: #3c3c3c;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 0 30px;
    text-decoration: none;
}

#header #gnavi a:hover {
    color: #32b2cb;
}

#header #gnavi a img {
    vertical-align: sub;
    padding-right: 8px;
}


/*--------------------------------------------------
　メインビジュアル、タイトル
--------------------------------------------------*/

#mv {
    background: url(../images/lp/mv.jpg) no-repeat center;
    background-size: cover;
    height: 600px;
}

.mv_txt {
    background: url(../images/lp/mv_txt.png) no-repeat right;
    display: block;
    padding-top: 700px;
    height: 144px;
}

#ttl {
    background-size: cover;
    height: 300px;
    margin-bottom: 50px;
}

.ttl_txt {
    display: block;
    margin: 0px auto;
    height: 300px;
}

.ttl_about {
    background: url(../images/lp/ttl_about.jpg) no-repeat center;
}

.ttl_txt_about {
    background: url(../images/lp/ttl_about_txt.png) no-repeat center;
}

.ttl_report {
    background: url(../images/lp/ttl_report.jpg) no-repeat center;
}

.ttl_txt_report {
    background: url(../images/lp/ttl_report_txt.png) no-repeat center;
}

.ttl_company {
    background: url(../images/lp/ttl_company.jpg) no-repeat center;
}

.ttl_txt_company {
    background: url(../images/lp/ttl_company_txt.png) no-repeat center;
}

.ttl_support {
    background: url(../images/lp/ttl_support.jpg) no-repeat center;
}

.ttl_txt_support {
    background: url(../images/lp/ttl_support_txt.png) no-repeat center;
}

.ttl_contact {
    background: url(../images/lp/ttl_contact.jpg) no-repeat center;
}

.ttl_txt_contact {
    background: url(../images/lp/ttl_contact_txt.png) no-repeat center;
}


/*--------------------------------------------------
　ページ
--------------------------------------------------*/

.lead {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.7;
    margin: 0 auto 50px;
    width: 800px;
    text-align: center;
}

.lead_left {
    text-align: left;
}

#main {
    padding-bottom: 80px;
    overflow: hidden;
}

#mainmenu {
    background: url(../images/lp/mainmenu_bg.png) repeat;
    padding: 50px 0;
    margin-bottom: 50px;
}

#mainmenu h2 {
    color: #fff;
}

#mainmenu {
    text-align: center;
}

#mainmenu a {
    display: block;
}

#mainmenu ul {
    height: 150px;
}

#mainmenu li {
    display: inline-block;
    margin: 0 11px;
    width: 180px;
    height: 100px;
    vertical-align: top;
}

#mainmenu img {
    border: 4px solid #fff;
}

#mainmenu li:hover img {
    border: 4px solid #0093a9;
}

#mainmenu li span {
    background: url(../images/lp/icon_arrow.png) no-repeat left 40%;
    display: block;
    color: #fff;
    padding-left: 20px;
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.news {
    border-bottom: 1px solid #dedede;
    display: table;
    padding: 20px 0;
}

#newsGrp {
    border-top: 1px solid #dedede;
}

.news dt {
    display: table-cell;
    vertical-align: middle;
}

.news .date {
    color: #666;
    font-size: 11px;
    font-weight: bold;
}

.news .cat {
    background: #32b2cb;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 25px;
    margin-left: 30px;
}

.news dd {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
}

.supporterGrp {
    margin: 0 auto;
    width: 760px;
    overflow: hidden;
}

.supporter {
    float: left;
}

.supporter2 {
    float: right;
}

.supporter li,
.supporter2 li {
    margin-bottom: 15px;
}

.report {
    margin: 0 auto;
    width: 700px;
}

.report li {
    margin-bottom: 30px;
}

.report .number {
    color: #32b2cb;
    font-size: 40px;
    font-weight: bold;
}

.report .ttl {
    font-size: 20px;
    font-weight: bold;
}

.report_list {
    margin-left: 2em;
}

.report_list li {
    list-style-type: disc;
    margin-bottom: 10px;
}

.report_list_num {
    margin-left: 2em;
}

.report_list_num li {
    list-style-type: decimal;
}

.report_list_child {
    margin-left: 2em;
}

.report_list_child li {
    list-style-type: disc;
    margin-bottom: 10px;
}

.report_indent {
    margin-left: 1em;
}

.report .bold {
    font-weight: bold;
    color: #00b3cd;
}

.report .ph {
    text-align: center;
}

.report .ph li {
    color: #818181;
    display: inline-block;
    margin: 0 20px;
    text-align: center;
}

.report .ph li img {
    display: block;
    margin-bottom: 10px;
}

.year2016,
.year2017 {
    background: #f5f5f5;
}

.report .title {
    background: #00b3cd;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
    margin: 50px auto;
    width: 240px;
    text-align: center;
}

.report .title:hover {
    background: #00a9c1;
}

.year2016 .report,
.year2017 .report {
    display: none;
    padding: 50px 0;
}

.companyGrp {
    overflow: hidden;
}

.companyGrp .item {
    border: 3px solid #f1f1f1;
    float: left;
    letter-spacing: 0;
    position: relative;
    margin: 5px;
    overflow: hidden;
    width: 23.5%;
    height: 425px;
}

.companyGrp .item:nth-child(2),
.companyGrp .item:nth-child(4),
.companyGrp .item:nth-child(5),
.companyGrp .item:nth-child(7),
.companyGrp .item:nth-child(10),
.item:nth-child(12),
.item:nth-child(13),
.item:nth-child(15),
.item:nth-child(18),
.item:nth-child(20) {
    background: #f5f5f5;
}

.companyGrp .item a {
    color: #333;
}

.companyGrp .item a:hover {
    text-decoration: underline;
}

.companyGrp .logo {
    padding: 20px 0 5px;
    text-align: center;
    height: 40px;
}

.companyGrp .name {
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    margin-bottom: 10px;
    text-align: center;
}

.companyGrp .copy1 {
    font-size: 12px;
    padding: 0 10px;
    text-align: center;
    height: 40px;
    line-height: 1.4;
}

.companyGrp .copy2 {
    font-size: 12px;
    line-height: 1.4;
    padding: 0 10px;
    height: 80px;
    text-align: center;
}

.companyGrp .ph {
    margin: 10px 0;
}

.companyGrp .ph img {
    width: 100%;
    height: 124px;
}

.companyGrp .item .pdflink {
    display: block;
    text-align: center;
}

.companyGrp .item .pdflink:hover {
    opacity: 0.8;
    color: #333;
    text-decoration: none;
}

.contactform {
    margin: 0 auto;
    width: 650px;
    overflow: hidden;
}

.contactform #step2,
.contactform #step3 {
    display: none;
}

.contactform dl {
    border-bottom: 1px dotted #dedede;
    overflow: hidden;
    padding: 30px 0;
}

.contactform dt {
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 10px 10px 0;
    width: 200px;
    vertical-align: top;
}

.contactform dd {
    display: inline-block;
    width: 440px;
}

.contactform .required {
    background: #d00000;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-size: 85%;
    display: inline-block;
    padding: 2px 10px;
}

.input_t {
    border: 1px solid #dedede;
    box-sizing: border-box;
    font-size: 17px;
    padding: 10px 5px;
    width: 100%;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.input_t:focus {
    border: 1px solid #32b2cb;
    outline: none;
}

.input_txt {
    height: 150px;
}

.btn_area {
    margin: 50px 0 0;
    text-align: center;
}

.btn_next {
    background: #32b2cb;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 20px 0;
    margin: 0 10px;
    width: 270px;
    text-align: center;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.btn_next:hover {
    background: #28a3bb;
}

.btn_back {
    background: #aaa;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 20px 0;
    margin: 0 10px;
    width: 270px;
    text-align: center;
}

.btn_back:hover {
    background: #bbb;
}

.thanks {
    line-height: 2.4;
    text-align: center;
}


/*--------------------------------------------------
　フッター
--------------------------------------------------*/

#footer {
    background: #f2f2f2;
    border-top: 1px solid #dedede;
    padding: 30px 0 0;
    overflow: hidden;
}

#footer #flogo {
    border-right: 1px solid #dedede;
    display: inline-block;
    margin-right: 30px;
    width: 240px;
    vertical-align: top;
    height: 130px;
}

#footer #fnavi {
    border-right: 1px solid #dedede;
    display: inline-block;
    margin-right: 30px;
    width: 460px;
    vertical-align: top;
    height: 130px;
}

#footer #fnavi li {
    float: left;
    margin-right: 20px;
    width: 45%;
    line-height: 2;
}

#footer #fnavi a {
    color: #3c3c3c;
    font-size: 12px;
    text-decoration: none;
}

#footer #fnavi a:before {
    content: url(../images/lp/icon_fnavi.png);
    padding-right: 5px;
    vertical-align: middle;
}

#footer #fnavi a:hover {
    color: #32b2cb;
}

#footer #office {
    display: inline-block;
    color: #999;
    font-size: 12px;
    vertical-align: top;
}

#footer #copyright {
    background: #00b4cd;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    margin-top: 30px;
    text-align: center;
}


/*--------------------------------------------------
　モバイル
--------------------------------------------------*/

@media screen and (max-width: 768px) {
    .inner {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    nav a img {
        margin-right: 8px;
        vertical-align: text-bottom;
        width: 15px;
    }
    #header {
        background: #00b3cd;
        height: 56px;
        z-index: #999;
    }
    #header #logo img {
        height: 52px;
    }
    #logo .logo_s {
        display: block;
    }
    #logo .logo_l {
        display: none;
    }
    #mv {
        padding: 0 20px;
        height: 300px;
    }
    .mv_txt {
        background-size: contain;
        padding-top: 260px;
    }
    #mainmenu ul {
        height: auto;
    }
    #mainmenu li {
        width: 180px;
        height: 180px;
    }
    .news .cat {
        float: right;
        padding: 2px 20px;
    }
    .news dt {
        margin-bottom: 10px;
    }
    .news dt,
    .news dd {
        display: block;
        padding: 0;
    }
    .about_img {
        width: 100%;
    }
    .lead {
        width: 100%;
    }
    .report {
        width: 100%;
    }
    .report .ph li {
        margin-bottom: 20px;
    }
    .report .ph li img {
        width: 100%;
    }
    .companyGrp .item:nth-child(1),
    .companyGrp .item:nth-child(3),
    .companyGrp .item:nth-child(5),
    .companyGrp .item:nth-child(7) {
        background: #f5f5f5;
    }
    .companyGrp .item:nth-child(2),
    .companyGrp .item:nth-child(4),
    .companyGrp .item:nth-child(6),
    .companyGrp .item:nth-child(8) {
        background: #fff;
    }
    .companyGrp .item {
        width: 100%;
    }
    .companyGrp .ph {
        text-align: center;
    }
    #ttl {
        padding: 50px 30px 0;
        height: 200px;
    }
    .ttl_txt {
        height: 160px;
    }
    .ttl_about,
    .ttl_txt {
        background-size: 40%;
    }
    .supporter,
    .supporter2 {
        float: none;
    }
    .contactform {
        width: 100%;
    }
    .contactform dt {
        width: auto;
    }
    .contactform dd {
        width: 100%;
    }
    .contactform .required {
        margin-left: 10px;
    }
    .btn_back {
        margin-bottom: 20px;
    }
    #footer #copyright {
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .ttl_txt {
        background-size: 70%;
    }
}