@import url("header.css");
@import url("reset.css");
@import url("sp-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: 1.8;
    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;
}
.box01-margin {
    margin: 0 3.5% 0 3.5%;
}
.box02-margin {
    margin: 0 2% 0 2%;
}
.box03-margin {
    margin: 0 0 0 3%;
}
.link-url {
    width: 100%;
    padding: 0 1%;
}
.link-url a {
    color: #ff723e;
    font-weight: 400;
}
.link-url a:hover {
    color: #0027ff;
    font-weight: 400;
}
.sp-shadow {
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.2);
}
.sp-radius {
    border-radius: 20px;
}
.sp-radius2 {
    border-radius: 9px;
}
.container {
    width: 100%;
}
.container .wrapper {
    padding-bottom: 100px;
}
.container .wrapper h1 {
    line-height: normal;
    width: 80%;
    text-align: center;
    font-size: 40px;
    line-height: 1.3;
    margin-right: auto;
    margin-left: auto;
}
.container .wrapper h1 p {
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.container .wrapper h1 .smoll {
    font-size: 25px;
}
.container .wrapper h2 {
    width: 100%;
    font-size: 18px;
    padding-top: 60px;
    background-image: url(../img/about/prf_line.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.container .wrapper h2 p .sp-c {
    text-align: center;
}
.container .wrapper h3 {
    line-height: normal;
    width: 80%;
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
    margin-right: auto;
    margin-left: auto;
}
.container .wrapper h3 p {
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.container .wrapper h3 .smoll {
    font-size: 25px;
}
.container .wrapper .content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 6%;
    border-radius: 30px;
    background-color: #ffffff;
}
.container .wrapper .content_area img {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.container .wrapper .content_area p {
    text-align: justify;
}
.container .wrapper .content_area_contact {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
}
.container .wrapper .content_area_contact_contactbox {
    padding: 35px 10px;
    margin-left: 5%;
    margin-right: 5%;
    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_area_contact_contactbox p {
    text-align: center;
}
.container .wrapper .content_line {
    width: 100%;
}
.container .wrapper .content_line_box {
    text-align: center;
}
.container .wrapper .content_line_box p {
    text-align: left;
    text-align: justify;
}
.container .wrapper .content_line_box_image {
    overflow: hidden;
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.2);
}
.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;
    text-align: left;
    padding-right: 1%;
    padding-left: 1%;
}
.container .wrapper .content_line_box_title p {
    line-height: normal;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    padding: 1px 5px 0 5px;
    border: 1px solid #2f2f2f;
}
.container .wrapper .content_line_box_comment {
    text-align: left;
    padding: 0 1% 15px 1%;
    text-align: justify;
}
.container .wrapper .content_line2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.container .wrapper .content_line2 img {
    margin: 0;
}
.container .wrapper .content_line2_box {
    width: 100%;
    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 2%;
}
.container .wrapper .content_line2_box_comment {
    padding: 0 2%;
    text-align: justify;
}
.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: 100%;
    margin-left: auto;
    margin-right: auto;
}
.container .wrapper .content_line3_title {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
}
.container .wrapper .content_line3_title p {
    font-size: 13px;
    font-weight: 600;
}
.container .wrapper .content_line3_box2 {
    display: flex;
}
.container .wrapper .content_line3_box2_image {
    flex: 1;
}
.container .wrapper .content_line3_comment {
    text-align: justify;
}
.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: 13px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin: 12px 4% 11px 4%;
}
.title {
    position: relative;
    display: inline-block;
    padding: 7px 15px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    background: #75b3b9;
    border-radius: 10px;
}
.title:before {
    content: "";
    position: absolute;
    top: -29px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #75b3b9;
}
.title p {
    margin: 15px 0;
}
.button-area .button-area2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.button-area .button-area2 p {
    margin-bottom: 20px;
}
.mb-p40 {
    margin-bottom: -40px;
}
.about-table {
    width: 100%;
}
.about-table img {
    width: 40px;
}
.about-table_tr {
    width: 100%;
    display: table;
}
.about-table_tr_th {
    width: 67px;
    text-align: right;
    font-size: 14px;
    display: table-cell;
    padding: 5px;
    margin: 5px 0;
    margin-right: 10px;
    float: left;
}
.about-table_tr_td {
    width: 67%;
    text-align: left;
    display: table-cell;
    padding: 5px;
    margin: 5px 0;
    float: left;
    text-align: justify;
}
.b-link {
    width: 100%;
}
.b-link ul {
    display: flex;
    text-align: center;
}
.b-link ul li {
    width: 10%;
}
.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;
    text-align: center;
}
.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;
}
