@import url("header.css");
@import url("reset.css");
@import url("preset.css");
@import url("icon.css");
@import url("footer.css");
body {
    font-family: 'Yu Gothic', 'YuGothic', 'Roboto', 'Helvetica Neue', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Arial', 'sans-serif';
    font-size: 15px;
    color: #2f2f2f;
    height: 100vh;
    justify-content: center;
    align-items: center;
    line-height: 2.1;
    letter-spacing: .05em;
    font-weight: 400;
}
body a {
    color: #2f2f2f;
}
body a:hover {
    color: #6f6f6f;
    transition: 0.2s;
}
.bg-top {
    background-image: url(../img/back01.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}
.bg-end {
    background-image: url(../img/back02.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}
.shadow {
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.2);
}
.radius {
    border-radius: 10px;
}
.box01-margin {
    margin: 0 3.5% 0 3.5%;
}
.box02-margin {
    margin: 0 1% 0 1%;
}
.box03-margin {
    margin: 0 0 0 2%;
}
.container {
    width: 100%;
}
.container .wrapper {
    padding-bottom: 100px;
}
.container .wrapper h1 {
    line-height: 1;
    width: 75%;
    text-align: center;
    font-size: 50px;
    margin-right: auto;
    margin-left: auto;
}
.container .wrapper h1 p {
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.container .wrapper h1 .smoll {
    font-size: 25px;
}
.container .wrapper h2 {
    line-height: normal;
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    background-image: url(../img/about/prf_line.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.container .wrapper h2 p {
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.container .wrapper .content {
    width: 75%;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 6%;
    border-radius: 30px;
    background-color: #ffffff;
}
.container .wrapper .content_area img {
    display: block;
    width: 95%;
	max-width: 1200px;
    margin: 0 auto;
}
.container .wrapper .content_area_contact {
    width: 65%;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
}
.container .wrapper .content_area_contact_contactbox {
    padding: 80px 0;
    margin: 0 5%;
    overflow: hidden;
    border: #dcdcdc 2px solid;
    border-radius: 20px 0 20px 0;
    box-shadow: 10px 10px 0 0 rgba(220, 220, 220, 0.9);
}
.container .wrapper .content_line {
    width: 100%;
    display: flex;
}
.container .wrapper .content_line img {
    margin: 0;
}
.container .wrapper .content_line_box {
    flex: 1;
    padding: 0;
}
.container .wrapper .content_line_box_image {
    margin: 0;
    overflow: hidden;
    border-radius: 9px 9px 0 0;
}
.container .wrapper .content_line_box_image img {
    width: 100%;
    height: auto;
    transition: 1s all;
}
.container .wrapper .content_line_box_image img:hover {
    transform: scale(1.1, 1.1);
    transition: 1s all;
}
.container .wrapper .content_line_box_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    margin: 0;
    padding: 5px 6% 15px 6%;
}
.container .wrapper .content_line_box_title p {
    line-height: normal;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    margin: 0;
    padding: 1px 5px 0 5px;
    border: 1px solid #2f2f2f;
}
.container .wrapper .content_line_box_comment {
    min-height: 230px;
    margin: 0;
    padding: 0 6% 15px 6%;
}
.container .wrapper .content_line2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.container .wrapper .content_line2 img {
    margin: 0;
}
.container .wrapper .content_line2_box {
    flex: 1;
}
.container .wrapper .content_line2_box_image {
    padding: 1px;
    border: 1px solid #dcdcdc;
}
.container .wrapper .content_line2_box_image img {
    width: 100%;
    height: auto;
}
.container .wrapper .content_line2_box_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    padding: 0 1%;
}
.container .wrapper .content_line2_box_comment {
    padding: 0 1%;
}
.container .wrapper .content_line2_box_comment p a {
    color: #ff723e;
    font-weight: 400;
}
.container .wrapper .content_line2_box_comment p a:hover {
    color: #0027ff;
    font-weight: 400;
}
.container .wrapper .content_line2_box_comment_w-Small {
    font-size: 13px;
    line-height: 1.3;
    text-align: justify;
}
.container .wrapper .content_line2_box_comment_w-Small a {
    color: #b4b4b4;
    font-weight: 400;
}
.container .wrapper .content_line2_box_comment_w-Small a:hover {
    color: #0027ff;
    font-weight: 400;
}
.container .wrapper .content_line3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.container .wrapper .content_line3_title {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
}
.container .wrapper .content_line3_title p {
    font-size: 17px;
    font-weight: 600;
}
.container .wrapper .content_line3_box2 {
    display: flex;
}
.container .wrapper .content_line3_box2_image {
    flex: 1;
}
.container .wrapper .content_line3_comment {
    width: 100%;
}
.container .wrapper .content2 {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}
.container .wrapper .content2_line4 {
    width: 100%;
    display: flex;
}
.container .wrapper .content2_line4_box {
    flex: 1;
    padding: 0;
}
.container .wrapper .content2_line4_box_image {
    margin: 0;
    overflow: hidden;
    border-radius: 9px 9px 0 0;
}
.container .wrapper .content2_line4_box_image img {
    width: 100%;
    height: auto;
    transition: 1s all;
}
.container .wrapper .content2_line4_box_image img:hover {
    transform: scale(1.1, 1.1);
    transition: 1s all;
}
.container .wrapper .content2_line4_box_title {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin: 20px 5px 15px 5px;
}
.title {
    display: inline-block;
    font-size: 18px;
    text-align: left;
    color: #ffffff;
    background-color: #75b3b9;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 0 12px;
}
.button-area {
    float: right;
    margin-right: 10px;
    margin-top: 25px;
}
.button-area2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
.button-area2 p {
    margin-bottom: 20px;
}
.about-table {
    width: 100%;
}
.about-table img {
    width: 40px;
}
.about-table_tr {
    width: 100%;
    display: table;
}
.about-table_tr_th {
    width: 15%;
    text-align: right;
    font-size: 14px;
    display: table-cell;
    padding: 5px;
    margin: 5px 0;
    margin-right: 15px;
    float: left;
}
.about-table_tr_td {
    width: 70%;
    text-align: left;
    display: table-cell;
    padding: 5px;
    margin: 5px 0;
    float: left;
}
.b-link ul {
    display: flex;
}
.b-link ul li {
    width: 30px;
}
.b-link ul li a {
    color: #2f2f2f;
    display: block;
    font-weight: 500;
}
.b-link ul li a:hover {
    text-decoration: underline;
}
.b2-link ul li {
    height: 35px;
    display: list-item;
}
.b2-link ul li a {
    color: #2f2f2f;
    display: block;
}
.b2-link ul li a:hover {
    text-decoration: underline;
}
iframe {
    border: none;
    width: 100%;
    height: 600px;
}
