@charset "utf-8";
/* CSS Document */

@import url(cmn.css);
@import url(base.css);
/* ==========================================================================
	CONTENT
========================================================================== */
#main {
    height: 799px;
    background: url("../images/index-images/main.jpg") 50% 0 no-repeat;
}
#selectmenu ul li {
    float: left;
    width: 33.3%;
    border-right: 1px solid #a6dfea;
    box-sizing: border-box;
}
#selectmenu ul li:last-child {
    border-right: none;
}
#selectmenu ul li .point {
    max-width: 140px;
    margin: 0 auto 20px auto;
}
#selectmenu ul li .sub-t {
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
}
#selectmenu ul li .main-t {
    font-size: 2.5rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
}
#selectmenu ul li .btn {
    text-align: center;
    margin-bottom: 10px;
}
#selectmenu ul li .btn a {
    border: 1px solid #000;
    padding: 5px 30px;
    transition-property: all;
    transition-duration: .6s;
    transition-timing-function: ease;
}
#selectmenu ul li .btn a:hover {
    color: #fff;
    background-color: #59ade2;
    border: 1px solid #59ade2;
}
#point02 h4 {
    text-align: center;
    background-color: #e5e5e5;
    padding: 5px 15px;
    margin-bottom: 15px;
}
#point02 .box {
    color: #3183b7;
    background-color: #ebf7f9;
    padding: 15px;
    margin-bottom: 15px;
}
#point03 .box {
    margin-bottom: 15px;
}
#mist ul {
    overflow: hidden;
    width: 100%;
}
#mist ul li {
    float: left;
    width: 30%;
    background: url("../images/index-images/arrow.png") 97% 30% no-repeat;
    background-size: 18px auto;
    padding-right: 5%;
}
#mist ul li:last-child {
    background: none;
    padding-right: 0;
}
#mist img {
    margin-bottom: 10px;
}
#mist h3 {
    font-size: 1.5rem;
    border-bottom: 1px dotted #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#attachment h2 {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 50px auto;
}
#movie .wrapper {
    overflow: hidden;
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.voice01 {
    overflow: hidden;
    width: 100%;
    max-width: 970px;
    margin: 0 auto 20px auto;
}
.voice02 {
    overflow: hidden;
    width: 66.5%;
    max-width: 646px;
    margin: 0 auto;
}
.voice01 li {
    float: left;
    width: 33.3%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px dotted #fff;
    padding: 0 20px;
}
.voice02 li {
    float: left;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px dotted #fff;
    padding: 0 20px;
}
.voice01 li:last-child, .voice02 li:last-child {
    border-right: none;
}
.voice01 li img, .voice02 li img {
    width: 100%;
    max-width: 140px;
    margin-bottom: 15px;
}
.voice01 li h3, .voice02 li h3 {
    background-color: #fff;
    padding: 6px 10px;
    margin-bottom: 20px;
}
.voice01 li p, .voice02 li p {
    text-align: left;
}
.male {
    color: #59ade2;
}
.female {
    color: #ea8a97;
}
.item h2 {
    padding-top: 30px;
    margin-bottom: 20px;
}
.item h3 {
    margin-bottom: 5px;
}
.item-min h3 {
    margin-bottom: 5px;
}
.item-min .float-r {
    padding-top: 6.5%;
}

#info h2 {
    font-size: 1.5rem;
    border-bottom: 1px solid #313131;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#info table {
    width: 100%;
}
#info table th {
    width: 150px;
    vertical-align: top;
    text-align: left;
}
#info table td {
    vertical-align: top;
    text-align: left;
}
#info table td span {
    display: block;
    border-left: 1px solid #313131;
    margin-bottom: 15px;
    padding-left: 50px;
}
.quo .wrapper{
text-align: center;
}
.quo img{
max-width: 850px;
height: auto;
}

/* ------------------------------------------------------------
	 PC   1000px -
   ------------------------------------------------------------ */
@media screen and (min-width: 1040px) {
}

/* ------------------------------------------------------------
	 TABLET   for - 999px
   ------------------------------------------------------------ */

@media screen and (max-width:1039px) {
#main {
    height: auto;
    background: url("../images/index-images/main.jpg") 50% 0 no-repeat;
    background-size: 230% auto;
    padding-top: 76.826%;
}

.quo img{
max-width: 100%;
height: auto;
}

}

/* ------------------------------------------------------------
	 SP　599pxまで
   ------------------------------------------------------------ */
@media screen and (max-width: 699px) {
#selectmenu ul li {
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #a6dfea;
    box-sizing: border-box;
    padding: 20px 0;
}
#selectmenu ul li:last-child {
    border-bottom: none;
}
#selectmenu ul li .sub-t {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
#selectmenu ul li .main-t {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
#mist ul {
    width: 100%;
}
#mist ul li {
    float: none;
    width: 100%;
    background: none;
    padding-right: 0;
}
#mist ul li:last-child {
    background: none;
}
#attachment h2 {
    max-width: 140px;
    margin: 0 auto 20px auto;
}
.voice01 {
    width: 100%;
    margin: 0 auto;
}
.voice02 {
    width: 100%;
    margin: 0 auto;
}
.voice01 li {
    float: none;
    width: 100%;
    border-right: none;
    padding: 0;
}
.voice02 li {
    float: none;
    width: 100%;
    border-right: none;
    padding: 0;
}
.voice01 li img, .voice02 li img {
    max-width: 120px;
    margin-bottom: 10px;
}
.item h2 {
    padding-top: 0;
    margin-bottom: 10px;
}
.item h3 {
    margin-bottom: 10px;
}
.item-min h2 {
    margin-bottom: 10px;
}
.item-min h3 {
    margin-bottom: 10px;
}
#info h2 {
    font-size: 1.3rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#info table {
    width: 100%;
}
#info table th {
    width: 80px;
}
#info table td {
}
#info table td span {
    margin-bottom: 10px;
    padding-left: 10px;
}


}
