




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: normal;
    list-style-type: none;
}

body {
    line-height: 1
}

pre,
textarea {
    overflow: auto
}

[hidden],
audio:not([controls]),
template {
    display: none
}

details,
main,
summary {
    display: block
}

input[type=number] {
    width: auto
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

progress {
    display: inline-block
}

small {
    font-size: 75%
}

textarea {
    resize: vertical
}

[unselectable] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

*,
::after,
::before {
    box-sizing: inherit;
    border-style: solid;
    border-width: 0
}

* {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit
}

a {
    text-decoration: none
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

button,
input,
textarea {
    background-color: transparent;
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    min-height: 1.5em
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

nav ol,
nav ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

::-moz-selection {
    background-color: #B3D4FC;
    text-shadow: none
}

::selection {
    background-color: #B3D4FC;
    text-shadow: none
}

@media screen {
    [hidden ~ =screen] {
        display: inherit
    }

    [hidden ~ =screen]:not(:active):not(:focus):not(:target) {
        clip: rect(0 0 0 0) !important;
        position: absolute !important
    }
}




html {
    font-size: 62.5%;
}

body {
    color: #000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Helvetica, Sans-Serif;
    font-size: 1.4rem;
    max-height: 999999px;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    background: #fff;
}

a {
    color: #00a2e4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

img {
    width: 100%;
}

#wrapper {
    position: relative;
}

#wrapper.open:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #fff;
    
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    z-index: 2;
}

#pageTopPc a span {
    background: url(../images/pagetop.png) no-repeat;
    text-decoration: none;
    color: #fff;
    width: 114px;
    height: 114px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 999;
}

#pageTopPc a span:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

#pageTopSp span {
    display: none;
}

.spOnly {
    display: none;
}

@media screen and (max-width: 768px) {
    .pcOnly {
        display: none;
    }

    .spOnly {
        display: block;
    }

    #pageTopPc a span {
        display: none;
    }

    #pageTopSp a span {
        background: url(../images/pagetop.png) no-repeat;
        background-size: 72px 72px;
        text-decoration: none;
        color: #fff;
        width: 72px;
        height: 72px;
        display: block;
        text-indent: -9999px;
        overflow: hidden;
        right: 3px;
        z-index: 999;
    }
}


.head_inner {
    width: 980px;
    height: 55px;
    margin: 0 auto;
}

.head_inner:after {
    content: "";
    clear: both;
    display: block;
}


#top-head {
    font-size: 14px;
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 0;
    line-height: 1;
    background: #fff;
    z-index: 999;
}

#top-head a,
#top-head {
    color: #;
    text-decoration: none;
}

#top-head .inner {
    position: relative;
}

#top-head .logo {
    float: left;
    font-size: 36px;
}

#global-nav {
    display: none;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

#global-nav ul li {
    float: left;
    position: relative;
}

#global-nav ul li a {
    padding: 0 30px;
}


#global-nav ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    bottom: -20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

#global-nav ul li:hover:after {
    background: #fff;
    bottom: -30px;
}



#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 55px;
    background: #fff;
    

    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}

#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}






#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #009360;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}

.logo {
    margin-right: 1em;
}

.logo img {
    width: 100%;
}

.logo a {
    border: none;
    display: block;
}

.logoa img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
}

.copy {
    display: table;
    height: 55px;
    color: #808080;
}

.copy p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2rem;
}

.language {
    position: absolute;
    background: #fff;
    width: 170px;
    height: 55px;
    text-align: center;
    font-size: 1.2rem;
    color: #808080;
    right: 180px;
    
    z-index: 2;
    top: 0;
    cursor: pointer;
}

.language.active {
    background: #f5f5f5;
    font-size: 1.2rem;
    color: #808080;
}

.language p {
    padding: 20px 0;
    text-align: center;
}

.language p:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    float: right;
    position: relative;
    right: 8%;
    top: 5px;
}

.language.active p:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    top: 8px;
}

.language ul {
    display: none;
    font-size: 1.4rem;
    color: #666;
    background: #fff;
}

.language ul li {
    padding: 13px 0;
}

.language ul li a {
    color: #666;
}



@media screen and (max-width: 768px) {
    .head_inner {
        width: 100%;
        padding: 0 20px;
    }

    #global-nav {
        display: block;
    }

    #global-nav ul li a {
        padding: 0 20px;
    }

    #top-head.fixed #global-nav ul li a {
        padding: 0 15px;
    }

    #top-head,
    .head_inner {
        width: 100%;
        padding: 0;
    }

    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }

    
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }

    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }

    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        color: #333;
        font-size: 26px;
    }

    #global-nav {
        position: absolute;
        
        top: -500px;
        background: #009360;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 11px;
    }

    #global-nav ul li {
        float: none;
        position: static;
        font-weight: bold;

    }

    #global-nav ul li:not(:first-child) {
        border-top: 1px solid #fff;
    }

    #global-nav ul li:after {
        display: none;
    }

    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }

    #nav-toggle {
        display: block;
    }

    
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    
    .open #global-nav {
        
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

    .copy {
        display: none;
    }

    .language {
        width: auto;
        text-align: left;
        color: #808080;
        left: 200px;
        right: 100px;
        height: auto;
    }

    .language p:after {
        right: 10%;
    }

    .language ul {
        display: none;
        position: absolute;
        width: 100%;
        text-align: center;
    }

    .language ul li {
        color: #808080;
    }


}



#main {
    padding-top: 55px;
}

#qa,
#sample,
#voice,
#about {
    margin-top: -55px;
    padding-top: 55px;
}

.inner {
    padding: 5%;
}

.inner h2 {
    margin: 0 auto 3%;
    text-align: center;
}

section {
    padding-bottom: 5%;
}

section:after {
    content: "";
    background-repeat: no-repeat;
    
    display: block;
    padding-bottom: 5%;
    position: absolute;
    width: 100%;
}

.right_w,
.left_w {
    background: #fafafa;
}

.right_w:after {

    background: url("../svg/city_l.svg") no-repeat left,
        url("../svg/right_w.svg") no-repeat;
    background-size: 378px auto,
        100% 100%;

}

.left_g:after {
    background: url("../svg/left_g.svg") no-repeat;
    background-size: 100% 100%;
}

.right_g:after {
    background: url("../svg/right_g.svg") no-repeat;
    background-size: 100% 100%;
}

.left_w:after {
    background: url("../svg/city_r.svg") no-repeat right,
        url("../svg/left_w.svg") no-repeat;
    background-size: 378px auto, 100% 100%;
}

.right_w ul.btn,
.left_w ul.btn {
    max-width: 890px;
    margin: 0 auto;
    padding: 2% 0;
    text-align: center;
}

.right_w ul.btn li,
.left_w ul.btn li {
    margin: 0 15px;
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align: middle;
}

.right_w ul.btn li:first-child img,
.left_w ul.btn li:first-child img {
    width: 100%;
    max-width: 491px;
}

.right_w ul.btn li:last-child img,
.left_w ul.btn li:last-child img {
    width: 100%;
    
}

@media screen and (max-width: 768px) {
    .right_w:after {
        background: url("../svg/city_l.svg") no-repeat left,
            url("../svg/right_w.svg") no-repeat;
        background-size: 230px auto, 100% 100%;
    }

    .left_g:after {
        background: url("../svg/left_g.svg") no-repeat;
        background-size: 100% 100%;
    }

    .right_g:after {
        background: url("../svg/right_g.svg") no-repeat;
        background-size: 100% 100%;
    }

    .left_w:after {
        background: url("../svg/city_r.svg") no-repeat right,
            url("../svg/left_w.svg") no-repeat;
        background-size: 230px auto, 100% 100%;
    }

    .right_w ul.btn li:first-child img,
    .left_w ul.btn li:first-child img {
        max-width: 85%;
    }

    .right_w ul.btn li:last-child img,
    .left_w ul.btn li:last-child img {
        max-width: 100%;
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .right_w:after {
        background: url("../svg/city_l.svg") no-repeat left,
            url("../svg/right_w.svg") no-repeat;
        background-size: 200px auto, 100% 100%;
    }

    .left_g:after {
        background: url("../svg/left_g.svg") no-repeat;
        background-size: 100% 100%;
    }

    .right_g:after {
        background: url("../svg/right_g.svg") no-repeat;
        background-size: 100% 100%;
    }

    .left_w:after {
        background: url("../svg/city_r.svg") no-repeat right,
            url("../svg/left_w.svg") no-repeat;
        background-size: 200px auto, 100% 100%;
    }
}


.mainVisual {
    width: 100%;
    height: 460px;
    max-height: 460px;
    background-image: url(../images/main_photo_h460.png),
        -webkit-linear-gradient(#2af598 0%, #18d0c3 100%);
    background-image: url(../images/main_photo_h460.png),
        -moz-linear-gradient(#2af598 0%, #18d0c3 100%);
    background-image: url(../images/main_photo_h460.png),
        -ms-linear-gradient(#2af598 0%, #18d0c3 100%);
    background-image: url(../images/main_photo_h460.png),
        -o-linear-gradient(#2af598 0%, #18d0c3 100%);
    background-image: url(../images/main_photo_h460.png),
        linear-gradient(#2af598 0%, #18d0c3 100%);
    ;
    background-repeat: no-repeat;
    background-position: 90%, center bottom;
    -webkit-background-size: 505px, cover;
    background-size: 505px, cover;
}

.mainVisual ul {
    max-width: 980px;
    height: 460px;
    margin: 0 auto;
    background-image: url(../images/main_city.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: 980px;
    background-size: 980px;
}

.mainVisual ul li {
    display: inline-block;
    text-align: center;
    font-size: 1.6rem;
}

.mainVisual ul li:first-child {
    max-width: 460px;
}

.mainVisual ul li:last-child {
    display: none;
}

.mainVisual ul li:last-child img {
    width: 100%;
    max-width: 395px;
}

.mainVisual p {
    margin: 30% 0 0;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .mainVisual {
        width: 100%;
        height: 400px;
        max-height: 460px;
        background-image: url(../images/main_photo_bs.png), url(../images/bg_main_visual.png);
        background-repeat: no-repeat;
        background-position: 120% 130%, center bottom;
        -webkit-background-size: 420px, cover;
        background-size: 420px, cover;
    }

    .mainVisual ul {
        max-width: 768px;
        height: 400px;
        margin: 0 auto;
        background-image: url(../images/main_city.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        -webkit-background-size: 768px;
        background-size: 768px;
        text-align: center;
    }

    .mainVisual ul li:first-child {
        display: none;
    }

    .mainVisual ul li:last-child {
        display: contents;
    }

    .mainVisual ul li:last-child img {
        margin-top: 200Px;
    }
}

@media screen and (max-width: 479px) {
    .mainVisual {
        width: 100%;
        height: 400px;
        max-height: 460px;
        background-image: url(../images/main_photo_bs.png), url(../images/bg_main_visual.png);
        background-repeat: no-repeat;
        background-position: 110% -20%, center bottom;
        -webkit-background-size: 350px, cover;
        background-size: 300px, cover;
    }
}


.links {
    background: #009360;
}

.links:after {
    content: " ";
    display: block;
    clear: both;
}

.links ul {
    max-width: 980px;
    margin: 0 auto;
}

.links ul li {
    position: relative;
    float: left;
    border-top: 6px solid #009360;
    
    width: 20%;
}

.links ul li:hover,
.links ul li.active {
    border-top: 6px solid #fff;
}

.links ul li a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 19px 0 25px;
}

.links ul li a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1215px) {
    .links li .openBtn {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-indent: -9999px;
        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {
    .links {
        display: none;
    }
}


#qa h2 img {
    width: 100%;
    max-width: 196px;
}

.wrap {
    max-width: 980px;
    padding: 0 2%;
    margin: 0 auto;
    text-align: left;
    color: #222;
}

h3.open_h3 {
    cursor: pointer;
    padding: 1.6% 0;
}

h3.open_h3:not(:first-of-type) {
    border-top: 1px dotted #a9a9a9;
}

h3.open_h3:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    float: right;
    position: relative;
    right: 2%;
    top: -1.2em;
}

h3.open_h3.active:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    top: -1.2em;
}

h3.open_h3 p {
    position: relative;
    text-indent: -48px;
    margin-left: 48px;
}

h3.open_h3 p:before {
    content: '';
    height: 38px;
    width: 38px;
    display: inline-block;
    background-image: url("../images/ico_q.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 10px;
    text-indent: 0;
}

h3.open_h3 + div,
h3.open_h3 + p {
    position: relative;
    text-indent: -48px;
    margin-left: 48px;
    margin-bottom: 1%;
}

h3.open_h3 + div:before,
h3.open_h3 + p:before {
    content: '';
    height: 38px;
    width: 38px;
    display: inline-block;
    background-image: url("../images/ico_a.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 10px;
    text-indent: 0;
}

@media screen and (max-width: 768px) {
    #qa h2 img {
        width: 100%;
        max-width: 158px;
    }

    .wrap {
        max-width: 96%;
    }

    h3.open_h3 {
        padding: 1.2% 0;
    }

    h3.open_h3:after {
        width: 8px;
        height: 8px;
        right: 2%;
        top: -1.8em;
    }

    h3.open_h3.active:after {
        top: -1.8em;
    }

    h3.open_h3 p {
        text-indent: -38px;
        margin-left: 38px;
    }

    h3.open_h3 p:before {
        height: 28px;
        width: 28px;
        margin-right: 10px;
    }

    h3.open_h3 + div,
    h3.open_h3 + p {
        text-indent: -38px;
        margin-left: 38px;
    }

    h3.open_h3 + div:before,
    h3.open_h3 + p:before {
        height: 28px;
        width: 28px;
        margin-right: 10px;
    }
}


#sample h2 img {
    width: 100%;
    max-width: 386px;
}

#sample h2 img.ch_title02 {
    width: 100%;
    max-width: 253px;
}

#sample h3 {
    margin: 4% 0 2%;
    text-align: center;
}

#sample h3 img {
    width: 100%;
    max-width: 79px;
}

#sample h3:first-of-type img {
    max-width: 77px;
}

#sample h3:nth-of-type(2) img {
    max-width: 79px;
}

#sample h3:nth-of-type(3) img {
    max-width: 74px;
}

#sample h3:last-of-type img {
    max-width: 76px;
}

#sample .slick-prev:before,
#sample .slick-next:before {
    color: #666;
}

#sample .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

#sample .slick-active {
    opacity: .5;
}

#sample .slick-current {
    opacity: 1;
}

* {
    min-height: 0;
    min-width: 0;
}


.sample {
    width: 980px;
    margin: 0 auto;
    padding: 0;
}

.sample li {
    width: 30%;
    height: 300px;
    line-height: 0;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.sample li > div,
.sample li li {
    line-height: 300px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: none;
}

.sample li > div img,
.sample li li img {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.sample li > div img {
    width: 100%;
}

.sample li li img {
    width: 58%;
}

.sample > li:nth-child(-n+2) {
    margin-right: 4.3%;
}

.sample > li:last-child {
    border: none;
}

.sample li li p {
    display: block;
    background: #000;
    color: #fff;
}

.sample table {
    width: 100%;
    height: 300px;
}

.sample th,
.sample td {
    vertical-align: middle;
    line-height: 1.4;
}

.sample th {
    background: #fafafa;
    border: solid 1px #ccc;
}

.sample td {
    border: solid 1px #ccc;
}

@media screen and (max-width: 768px) {
    #sample h2 img {
        width: 100%;
        max-width: 308px;
    }

    .sample {
        width: 95%;
    }

    .sample li {
        height: 290px;
    }

    .sample > li:not(:last-child) {
        width: 45%;
    }

    .sample > li:last-child {
        width: 100%;
    }

    .sample li > div,
    .sample li li {
        line-height: 290px;
    }

    .sample li > div img,
    .sample li li img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .sample li > div img {
        max-width: 100%;
        height: auto;
    }

    .sample li li img {
        width: 58%;
        height: auto;
    }

    .sample > li:nth-child(-n+2) {
        margin-right: 0;
    }

    .sample > li:first-child {
        margin-right: 5%;
    }

    .sample table {
        width: 100%;
        height: 290px;
        margin-top: 2%;
    }

    .sample th,
    .sample td {
        vertical-align: middle;
        padding: 1%;
        line-height: 1.2;
    }
}

@media screen and (max-width: 479px) {
    .sample {
        width: 85%;
    }

    .sample li {
        height: 290px;
    }

    .sample > li:not(:last-child) {
        width: 100%;
    }

    .sample > li:last-child {
        width: 100%;
    }

    .sample li > div,
    .sample li li {
        line-height: 290px;
    }

    .sample > li:nth-child(-n+2) {
        margin-right: 0;
    }

    .sample > li:first-child {
        margin-right: 0;
    }

    .sample th,
    .sample td {
        vertical-align: middle;
        padding: 1%;
        line-height: 1.2;
    }
}


#voice h2 img {
    width: 100%;
    max-width: 874px;
}

#voice h2 img.ch_title03 {
    width: 100%;
    max-width: 240px;
}

#voice ul {
    max-width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#voice ul:after {
    content: " ";
    display: block;
    clear: both;
}

#voice li {
    width: 31%;
    height: auto;
    margin-right: 3.5%;
    float: left;
    position: relative;
}

#voice li:not(:nth-of-type(3n+1)):after {
    content: "";
    position: absolute;
    height: 95%;
    top: 0;
    left: -1.5em;
    border: 1px dotted #444;
}

#voice li:nth-child(3n) {
    margin-right: 0;
}

#voice li:nth-child(-n+3) {
    margin-bottom: 3%;
    border-bottom: 1px dotted #333;
}

#voice dt {
    text-align: center;
}

#voice dt img {
    width: 100%;
    max-width: 286px;
}

#voice dd {
    padding: 5% 2% 10%;
}

@media screen and (max-width: 768px) {
    #voice h2 img {
        width: 100%;
        max-width: 366px;
    }

    #voice ul {
        max-width: 980px;
        margin: 0 auto;
    }

    #voice li {
        width: 48%;
        height: auto;
        margin-right: 0;
    }

    #voice li:not(:nth-of-type(3n+1)):after {
        border: none;
    }

    #voice li:nth-child(even):after {
        content: "";
        position: absolute;
        height: 95%;
        top: 0;
        left: -1em;
        border: 1px dotted #444;
    }

    #voice li {
        margin-right: 0;
    }

    #voice li:nth-child(odd) {
        margin-right: 4%;
    }

    #voice li:nth-child(-n+4) {
        margin-bottom: 3%;
        border-bottom: 1px dotted #333;
    }
}

@media screen and (max-width: 479px) {
    #voice li {
        width: 100%;
        height: auto;
        margin: 5% 0 0;
    }

    #voice li:nth-child(even):after {
        border: none;
    }

    #voice li:nth-child(odd) {
        margin-right: 0;
    }

    #voice li:nth-child(-n+5) {
        margin-bottom: 0;
        border-bottom: 1px dotted #333;
    }

    #voice dd {
        padding: 5% 2%;
    }
}



#about h2 img {
    width: 100%;
    max-width: 476px;
}

#about h2 img.ch_title04 {
    width: 100%;
    max-width: 242px;
}

#about p {
    margin-bottom: 4%;
    text-align: center;
}

#about ul {
    max-width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#about ul:after {
    content: " ";
    display: block;
    clear: both;
}

#about li {
    width: 45%;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

#about li:first-child {
    margin-right: 6%;
    border: 1px solid #ccc;
}

#about li img {
    width: 100%;
    max-width: 387px;
}

#about table {
    width: 100%;
    height: 100%;
}

#about table,
#about th,
#about td {
    border-collapse: collapse;
    border: 1px solid #ccc;
}

#about th,
#about td {
    padding: 1%;
}

#about th {
    background: #fafafa;
}

@media screen and (max-width: 768px) {
    #about h2 img {
        width: 100%;
        max-width: 380px;
    }

    #about ul {
        max-width: 96%;
        display: block;
    }

    #about li {
        width: 100%;
        height: auto;
        float: none;
    }

    #about li:first-child {
        margin-right: 0;
        margin-bottom: 4%;
        border: none;
    }

    #about li img {
        width: 100%;
        max-width: 387px;
        padding: 0;
        border: none;
    }

    #about li table {
        width: 100%;
    }
}



.footer {
    background: #009966;
    text-align: center;
}

.footer .footerContents {
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 0 28px;
}

.footer .meta {
    background: #009966;
    padding: 13px 0 10px;
}

.footer .meta .metaContents {
    max-width: 980px;
    margin: 0 auto;
}

.footer .meta .metaContents .copyright {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 0.3px;
}

.footer .footerContents:after,
.footer .meta:after {
    content: " ";
    display: block;
    clear: both;
}

@media screen and (max-width: 768px) {
    .footer .footerContents {
        max-width: 85%;
        width: 85%;
        padding: 32px 0 28px;
    }

    .footer .meta {
        padding: 24px 0 30px;
    }

    .footer .meta .metaContents {
        max-width: 100%;
        width: 100%;
    }

    .footer .meta .metaContents .copyright {
        float: none;
        color: #fff;
        text-align: center;
        padding-bottom: 18px;
    }
}
