@charset "utf-8";

/* base */

html {
    padding: 0;
    font-size: 62.5%;
}

body {
    background: url(image/dot_2.jpg);
    font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #444;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0;
}

h1 {
    font-size: 3.6rem;
    margin: 7px 0 15px;
}

h2 {
    font-size: 3.2rem;
    text-align: center;
    line-height: 1.2em;
    color: #00a0e8;
    margin: 50px 0 20px;
}

h3 {
    font-size: 2.4rem;
    margin: 30px 0 20px;
}

ol {
    padding-left: 20px;
    margin: 10px 0;
}

ol li {
    margin: 10px 0;
}

dl {
    margin: 20px 0
}

dt {
    font-weight: bold;
    margin-top: 20px;
}

dd {
    margin-bottom: 10px;
}

a img:hover {
    opacity: 0.8;
    transition-duration: 0.2s;
}

p {
    margin: 20px 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* common*/

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 auto;
}

.co_box {
    position: relative;
    min-height: 100px;
    padding: 0 20px;
    flex-basis: 600px;
    flex-grow: 2;
}

.co_box_s {
    position: relative;
    min-height: 100px;
    padding: 0 20px;
    flex-basis: 350px;
    flex-grow: 1;
}

.co_img {
    position: relative;
    min-height: 100px;
    flex-basis: 300px;
    flex-grow: 1;
}

.co_img_s {
    position: relative;
    min-height: 100px;
    flex-basis: 200px;
    flex-grow: 1;
}

.co_img_ss {
    position: relative;
    min-height: 100px;
    text-align: center;
    flex-basis: 200px;
    flex-grow: 1;
    padding: 30px;
}

.co_img img,
.co_img_s img,
.co_img_ss img {
    width: 100%;
    height: auto;
}

.co_img_ss img {
    max-width: 220px;
}

.division {
    padding: 60px 0;
}

.wrap {
    width: 100%;
    max-width: 1024px;
    background: #fff;
    padding: 60px 40px;
    margin: 0 auto;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}

.band {
    background: #fdfdfd;
    padding: 30px 0;
}

.space {
    padding: 30px 0;
}

.red {
    color: red;
}

.marker {
    position: relative;
    background: linear-gradient(transparent 70%, #d2e6fa 70%);
}

.marker_y {
    position: relative;
    background: linear-gradient(transparent 70%, #F3E179 70%);
}

.txt_l {
    text-align: left;
}

.txt_r {
    text-align: right;
}

.txt_c {
    text-align: center;
}

.font_m {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.txt_small {
    font-size: 1.5rem;
}

.w_600 {
    max-width: 600px;
    margin: auto;
}

.w_300 {
    max-width: 300px;
    margin: auto;
}

.variable_img img {
    width: 100%;
    height: auto;
}

.in_block {
    display: inline-block;
}

.large {
    font-size: 2.4rem;
    font-weight: bold;
}

/* header */

header {
    background: #FDFDFD;
}

.header {
    width: 100%;
    max-width: 1024px;
    margin: auto;
}

.site_title {
    position: relative;
    min-height: 100px;
    padding: 0 20px;
    flex-basis: 500px;
    flex-grow: 1;
}

.site_title img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.site_title img:last-child {
    margin-right: 0;
}

.sub_title {
    position: relative;
    color: #00A0E8;
    text-align: center;
    min-height: 100px;
    padding: 0 20px;
    flex-basis: 250px;
    flex-grow: 1;
}

.tel {
    font-size: 2.4rem;
}

.tel img {
    display: inline-block;
    margin-right: 10px;
}

/* main */

main {
    margin: auto;
}

.top_img {
    background: #FDFDFD;
    padding: 20px 0 5px;
}

.top_img img {
    width: 100%;
    height: auto;
}

.top_txt {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    border-bottom: dashed 2px #ccc;
}

.cap_b {
    display: inline-block;
    font-size: 2.6rem;
    font-weight: bold;
    color: #00a0e8;
    line-height: 1em;
    margin: 0 5px;
}

.cap_r {
    display: inline-block;
    font-size: 3.6rem;
    font-weight: bold;
    color: #ee4f53;
    line-height: 1em;
    margin: 0 5px;
}

.circle {
    display: inline-block;
    width: 150px;
    height: 150px;
    background: #EE4F53;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.2em;
    padding: 55px 10px;
    margin: 10px 20px;
    border-radius: 50%;
}

.tel_2 {
    font-size: 3.6rem;
    font-weight: bold;
}

.tel_2 img {
    display: inline-block;
    margin-right: 10px;
}

/* footer */
footer {
    background: #00a0e8
}

.footer {
    width: 100%;
    max-width: 1024px;
    background: #00a0e8;
    color: #fff;
    font-weight: normal;
    padding: 20px;
    margin: auto;
}

.footer a {
    color: #fff;
}

@media screen and (max-width: 600px) {
    .wrap {
        padding: 40px 20px;
    }
}