/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */ *,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}[type="radio"]{-webkit-appearance:radio;appearance:radio}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700} /*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */ *,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}[type="radio"]{-webkit-appearance:radio;appearance:radio}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}
@font-face {
	font-family: 'FOT-CometStd-B';
	src: url("../font/FOT-CometStd-B.otf");
}

body {
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
}
a:hover {opacity: .7;}

img {
    height: auto;
}
.overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    z-index: 999
}
.btn_area {
    width: 800px;
    height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px;
    transform: translate(-50%,-50%);
    background: #fff;
    color: #000;
    text-align: center;
    overflow-y: scroll;
    z-index: 2
}
@media screen and (max-width:800px) {
.btn_area {
    width: 90%;
    height: auto;
    }
}
.btn_area h1 {
    display: block;
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.btn_area p {
    display: block;
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 20px;
    line-height: 150%;
}
.btn_area a {
    display: block;
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 20px;
    color: blue;
    text-decoration: underline;
    line-height: 150%;
}
.btn_area button {
    display: block;
    margin: 0 auto 0;
    background: #333;
    color: #fff;
    padding: 20px 40px;
    border: none
}
.btn_area button:hover {
    background: #777
}

@media screen and (max-width:480px) {
    .sp_none {
        display: none!important;
    }
    .fixed_contact {
        position: fixed;
        bottom: 2%;
        left: 0;
        right: 0;
        margin: auto;
        width: 95%;
        z-index: 99;
    }
    .btn02 {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}



a.btn--contact {
  display: block;
  padding: 4% 0;
  color: #fff;
  background: #d20010;
  -webkit-box-shadow: 0 5px 0 #b9000e;
  box-shadow: 0 5px 0 #b9000e;
}

a.btn--contact i {
  font-size: 5vw;
}
a.btn--contact span {
  display: block;font-size: 10px;
}

a.btn--contact i.fa-position-left {
  font-size: 8vw;
  left: 6%;
}

a.btn--contact :hover {
  color: #fff;
}

a.btn--tel {
  display: block;
  margin-top: 10px;
  padding: 10px 0;
    font-size: 20px;
  color: #fff;
  background: #094;
  -webkit-box-shadow: 0 5px 0 #008039;
  box-shadow: 0 5px 0 #008039;
}

a.btn--tel i {
  font-size: 5vw;
}

a.btn--tel i.fa-position-left {
  font-size: 8vw;
  left: 7%;
}

a.btn--tel .number {
  line-height: 1;

  display: inline-block;

  margin-top: 0.5rem;
  padding: 0.25rem 2rem;

  letter-spacing: 0;

  color: #094;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--tel:hover {
  color: #fff;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
header {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 5px;
    padding: 0 30px 5px;
    background: #fff;
    overflow: hidden;
    z-index: 99;
}
.header_box_left {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 8px auto 0;
}
.header_box_left svg {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box_right {
    display: none;
}
.header_box_right_left {
    display: block;
    margin: 0;
}
.header_box_right_left_tel {
    font-size: 25px;
    font-weight: 600;
    color: #0B025B;
}
.header_box_right_left_tel img {
    width: 27px;
    margin: 0 5px 0 0;
}
.header_box_right_left_mail {
    margin: 3px auto 0;
    font-size: 18px;
    font-weight: 600;
    color: #0B025B;
}
.header_box_right_left_mail img {
    width: 25px;
    margin: 0 5px 0 0;
}
.header_box_right_right {
    display: block;
    width: 30%;
    margin: 0 auto;
}
.header_box_right_right a {
    display: block;
    width: 100%;
    margin: 7px auto 0;
    padding: 10px 0;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    background: #ad4f3a;
    background: -moz-linear-gradient(top, #ad4f3a 0%, #af4e38 49%, #b12200 51%, #b12200 100%);
    background: -webkit-linear-gradient(top, #ad4f3a 0%,#af4e38 49%,#b12200 51%,#b12200 100%);
    background: linear-gradient(to bottom, #ad4f3a 0%,#af4e38 49%,#b12200 51%,#b12200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad4f3a', endColorstr='#b12200',GradientType=0 );
}
    .header_img {
        position: relative;
        display: block;
        width: 100%;
        margin: 70px auto 0;
    }
    .header_img img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .header_img01 {
        position: absolute;
        top: 78%;
        right: 65%;
        left: 0;
        width: 30%;
        margin: auto;
        z-index: 1;
        border-radius: 50%;
        box-shadow: 0 8px #00427b;
        transition: all .5s;
    }
    .header_img02 {
        position: absolute;
        top: 78%;
        right: 0;
        left: 0;
        width: 30%;
        margin: auto;
        z-index: 1;
        border-radius: 50%;
        box-shadow: 0 8px #00427b;
        transition: all .5s;
    }
    .header_img03 {
        position: absolute;
        top: 78%;
        right: 0;
        left: 65%;
        width: 30%;
        margin: auto;
        z-index: 1;
        border-radius: 50%;
        box-shadow: 0 8px #00427b;
        transition: all .5s;
    }
    .header_img04 {
        position: absolute;
        top: 46%;
        right: 0;
        left: 0;
        width: 95%!important;
        z-index: 1;
    }
    .header_img05 {
        position: absolute;
        top: 5%;
        right: 0;
        left: 0;
        width: 95%!important;
        z-index: 1;
    }
    .header_img01:hover,.header_img02:hover,.header_img03:hover {
        box-shadow: none;
        opacity: 1;
    }
    .top_about {
        display: block;
        margin: 0 auto;
    }
    #top_about01,#top_about02,#top_about03 {
        margin-top: -70px;
        padding-top: 70px;
    }
    .top_about_box01 {
        width: 90%;
        max-width: 1680px;
        margin: 5% auto 0;
    }
    .top_about_box01 img {
        width: 100%;
        margin: 0 auto;
    }
    .top_about_box01_block p {
        margin: 5% auto;
        font-size: 4vw;
        font-weight: 400;
        line-height: 150%;
        color: #707070;
    }
    .top_about_box01_block {
        width: 95%;
        margin: 5% auto;
    }
    .top_about_box01_block_left {
        width: 100%;
    }
    .top_about_box01_block_left img {
        display: block;
        width: 35%;
        margin: 0;
    }
    .top_about_box01_block_left h2 {
        font-size: 10vw;
        font-weight: 900;
        line-height: 130%;
        color: #6e6e6e;
        font-feature-settings: "palt";
        letter-spacing: 1px;
    }
    .top_about_box01_block_left h2 span {
        font-size: 8.5vw;
    }
    .top_about_box01_block_right {
        display: none;
    }
    .top_about_box01_bottom img {
        width: 100%!important;
    }
    .top_about_box02_bg {
        background: #DCF3FF;
    }
    .top_about_box02 {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 1%;
    }
    .top_about_box02_01_bg {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 62%;
    }
    .top_about_box02_01_img001 {
        display: none;
    }
    .top_about_box02_01_img002 {
        display: block;
        width: 0;
        margin: 0;
    }
    .top_about_box02_01_img003 {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        margin: 0% auto;
    }
    .top_about_box02_01_img004 {
        position: absolute;
        bottom: 35%;
        left: 0;
        right: 0;
        display: block;
        width: 90%;
        margin: 0 auto;
        z-index: 1;
    }
    .top_about_box02_01_img005 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        width: 100%;
        margin: 0 auto;
        z-index: 2;
    }
    .top_about_box02_02_title {
        display: block;
        width: 90%;
        margin: 1% auto 3%;
    }
    .top_about_box02_02_title img {
        width: 60%;
    }
    .top_about_box02_02_block {
        width: 90%;
        margin: 0 auto 10%;
    }
    .top_about_box02_02_block_left {
        width: 100%;
    }
    .top_about_box02_02_block_left h3 {
        font-size: 6vw;
        font-weight: 700;
        color: #3c3c3c;
    }
    .top_about_box02_02_block_left h4 {
        margin: 2% auto;
        font-size: 10vw;
        font-weight: 900;
        color: #0071bd;
        line-height: 130%;
    }
    .top_about_box02_02_block_left p {
        margin: 3% 0;
        font-size: 4vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 160%;
    }
    .top_about_box02_02_block_right {
        aspect-ratio: 16 / 9;
        width: 100%;
    }
    .top_about_box02_02_block_right img {
        width: 100%;
    }
    .top_about_box02_02_block_right iframe {
        width: 100%;
        height: 100%;
    }
    .top_about_box03 {
        width: 90%;
        max-width: 1680px;
        margin: 8% auto;
    }
    .top_about_box03_left {
        width: 100%;
        margin: 0;
    }
    .top_about_box03_left h2 {
        font-size: 10vw;
        font-weight: 900;
        line-height: 120%;
        color: #ff8708;
        border-bottom: .8vw solid #ff8708;
    }
    .top_about_box03_left h2 span {
        font-size: 7vw;
    }
    .top_about_box03_left p {
        margin: 2% 0;
        font-size: 4vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
    }
    .top_about_box03_right {
        width: 100%;
        margin: 0;
    }
    .top_about_box03_right img {
        width: 100%;
    }
    .top_about_box04_bg {
        background: #DCF3FF;
    }
	.top_table {
        padding: 5% 0;
	}
	.top_table table {
        width: 90%;
        max-width: 1180px;
        margin: 0 auto;
		border-collapse: separate;
		border-spacing: 3px 0;
	}
	.top_table table tbody {
		width: 100%;
	}
	.top_table table tbody th {
		padding: 1vw 1vw;
		text-align: center;
		font-size: 3vw;
		background: #B4B3AF;
		color: #fff;
	}
	.top_table table tbody td {
		padding: 3vw 1vw;
		text-align: center;
		font-size: 3vw;
		border-bottom: 1px solid #B4B3AF;
		vertical-align: middle;
	}
	.top_table table tbody td span {
		display: block;	
		margin-bottom: .5vw;
	}
	.top_table_td01 {
		background: #EEEEEE;
		font-weight: 600;
	}
	.top_table_th04 {
		background: rgba(233,168,0,1.00)!important;
		border-left: 3px solid rgba(233,168,0,1.00)!important;
		border-right: 3px solid rgba(233,168,0,1.00)!important;
	}
	.top_table_td04 {
		font-weight: 600;
		border-left: 3px solid rgba(233,168,0,1.00);
		border-right: 3px solid rgba(233,168,0,1.00);
		background: rgba(255,248,231,1.00);
		color: rgba(208,158,29,1.00)!important;
	}
	.top_table_triangle {
		font-size: 5vw;
		font-weight: 700;
		color: rgba(255,192,13,1.00);
	}
	.top_table_maru {
		font-size: 5vw;
		font-weight: 700;
		color: rgba(255,12,12,1.00);
	}
	.top_table_batsu {
		font-size: 5vw;
		font-weight: 700;
		color: rgba(12,52,255,1.00);
	}
    .top_works_bg {
        padding: 10% 0 5%;
        background: #DCF3FF;
    }
    .top_works {
        display: block;
        width: 90%;
        max-width: 1680px;
        margin: 0 auto;
    }
    .top_works h2::before {
        position: absolute;
        top: -34%;
        left: 42%;
        padding: 4%;
        content: ' ';
        background-image: url("../images/top_works_title.png");
        background-repeat: no-repeat;
        background-position: top;
        background-size: 100% auto;
    }
    .top_works h2 {
        position: relative;
        margin-bottom: 10%;
        font-size: 10vw;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
    }
    .top_works_list ul {
        margin: 3% auto 0;
    }
    .top_works_list ul li{
        width: 100%;
        margin: 0 auto 15%;
    }
    .top_works_list ul li a {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .top_works_list ul li a img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .top_works_list ul li a h3 {
        display: block;
        width: 100%;
        margin: 3% auto;
        padding-left: .5em;
        font-size: 5vw;
        font-weight: 700;
        color: #3C3C3C;
        border-left: 7px solid #015792;
    }
    .top_works_list ul li a span {
        display: block;
        width: 60%;
        margin: 3% auto 0;
        padding: 1% 0;
        font-size: 4vw;
        text-align: center;
        color: #fff;
        background: #015792;
        border: 2px solid #015792;
        box-sizing: border-box;
        transition: all .3s;
    }
    .top_works_list ul li a span:hover {
        border: 2px solid #015792;
        color: #015792;
        background: #fff;
    }
    .top_price {
        display: block;
        width: 90%;
        max-width: 1680px;
        margin: 10% auto ;
    }
    .top_price h2::before {
        position: absolute;
        top: -31%;
        left: 87.5%;
        padding: 3%;
        content: ' ';
        background-image: url("../images/top_price_title.png");
        background-repeat: no-repeat;
        background-position: top;
        background-size: 100% auto;
    }
    .top_price h2 {
        position: relative;
        font-size: 10vw;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
    }
    .top_price h3 {
        margin: 2% auto 0;
        font-size: 6vw;
        font-weight: 700;
        color: #3c3c3c;
    }
    .top_price h3 span {
        font-size: 8vw;
    }
    .top_price p {
        margin:1%  0;
        font-size:4vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
    }
    .top_price_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        margin: 5% auto;
    }
    .top_price_box_block {
        width: 48%;
        margin: 0 auto;
    }
    .top_price_box_block a {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 4vw;
        font-weight: 600;
    }
    .top_price_box_block a img {
        width: 100%;
        margin: 0 auto;
    }
    .top_price_box_block a div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 10% 0;
        margin: auto;
        text-align: center;
        color: #262626;
        background: rgba(255,255,255,0.7);
        transition: all .5s;
        line-height: 130%;
        font-feature-settings: "palt";
    }
    .top_price_box_block a:hover div {
        opacity: 0;
    }
    
    .btn {
        display: none;
}
		.top_option {
		display: block;
		width: 100%;
		height: auto;
		margin: 5% auto 20%;
		background-image: url("../images/option_bg.png");
		background-repeat: repeat;
		background-position: top;
		background-size: 100% auto;
	}
	.top_option_title_box {
		display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
		justify-content:space-between;
        width: 90%;
        max-width: 1680px;
        margin: 0 auto;
		padding: 5% 0;
	}
	.top_option_title_box_left {
		width: 100%;
		margin-top: 3vw;
	}
	.top_option_title_box_left h2 {
        font-family: "wanpaku-ruika", sans-serif;
		font-weight: 100;
		font-style: normal;
        font-size: 7vw;
	}
	.top_option_title_box_left01 {
        font-size: 7vw;
		color: #dd0000;
	}
	.top_option_title_box_left02 {
        font-size: 10vw;
		color: #495bac;
	}
	.top_option_title_box_left03 {
        font-size: 10vw;
	}
	.top_option_title_box_left p {
		margin-top: 3vw;
        font-size: 4vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
	}
	.top_option_title_box_right {
		width: 80%;
		margin: 5vw auto;
	}
	.top_option_title_box_right img {
		width: 100%;
	}
	.top_option_content {
		display: block;
        width: 90%;
        max-width: 1680px;
        margin: 0 auto;
		padding: 5% 0;
	}
	.top_option_content h3 {
        font-family: "wanpaku-ruika", sans-serif;
		font-weight: 100;
		font-style: normal;
        font-size: 7vw;
		text-align: center;
	}
	.top_option_content_box01 {
		display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
		justify-content:space-between;
        width: 90%;
		margin: 5% auto;
	}
	.top_option_content_box01_block {
		width: 100%;
		margin-bottom: 15vw;
	}
	.top_option_content_box01_block img {
		display: block;
		width: 60%;
		margin: 0 auto;
	}
	.top_option_content_box01_block h4 {
        margin: 5% auto;
		font-size: 6vw;
		font-weight: 600;
		text-align: center;
		color: #495bac;
	}
	.top_option_content_box01_block p {
        font-size: 4vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
	}
	.top_option_content a {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 5% 0;
		font-size: 4vw;
		font-weight: 600;
		background: #1ba515;
		color: #fff;
		text-align: center;
		border-radius: 10px;
	}
    .top_faq {
        display: block;
        width: 90%;
        max-width: 1680px;
        margin: 5% auto ;
    }
    .top_faq h2 {
        position: relative;
        font-size: 10vw;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
    }
    .top_faq h3 span {
        margin-right: 1vw;
        font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        font-weight: 700;
    }
    .top_faq h3 {
        margin: 6vw auto 3vw;
        font-size: 6vw;
        font-weight: 900;
        line-height: 130%;
        color: #252525;
    }
    .top_faq h4 {
        font-size: 6vw;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
        line-height: 140%;
    }
    .top_faq h4 br {display: none;}
    .top_faq p {
        margin: 15px 0 10vw;
        font-size:4.5vw;
        font-weight: 500;
        line-height: 180%;
    }
	.top_faq_btn01 {
		display: block;
		width: 80%;
		margin: 0 auto;
		padding: 5% 0;
		font-size: 4vw;
		font-weight: 600;
		background: #1ba515;
		color: #fff;
		text-align: center;
		border-radius: 10px;
	}
footer {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
    background: #3FA9F5;
}
.google_map {
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.google_map_left {
    display: block;
    margin: 0 auto;
}
.google_map_left iframe {
    width: 100%;
    height: 350px;
}
.google_map_right {
    display: block;
    margin: 0px auto 0;
}
.google_map_right h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 140%;
    color: #0B025B;
}
.google_map_right h2 span {
    display: block;
    font-size: 17px;
    font-weight: 600;
}
.google_map_right p {
    font-size: 17px;
    font-weight: 600;
    line-height: 200%;
    color: #0B025B;
}
.sitemap {
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 80px auto;
}
.sitemap ul {
	display: block;
    width: 100%;
    margin: 0 auto;
}
.sitemap ul li {
    margin: 0 0 30px 5%;
}
.sitemap ul li a {
    font-size: 18px;
}
.sitemap ul ul {
	display: block!important;
    width: 100%;
    margin: 10px auto 30px;
}
.sitemap ul ul li {
	width: 100%;
    margin: 0 0 7px 6%;
}
.sitemap ul ul li a {
    font-size: 15px;
}
    .sitemap ul li a::before {
        content: '\025b6';
        font-size: 13px;
        vertical-align: middle;
		margin-right: .5em;
    }
    .sitemap ul ul li a::before {
        content: '・';
        font-size: 10px;
        vertical-align: middle;
    }
copy {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 3px 0 200px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background: #0B025B;
}
/*お問い合わせ*/
#formWrap {
    display: block;
    width: 95%;
    max-width: 780px;
    margin: 80px auto;
    padding: 20px;
    background: #fff;
    border: solid 1px rgba(200,200,200,1.00);
    box-sizing: border-box;
}
#formWrap h2 {
    display: block;
    width: 95%;
    margin: 0 auto;
    font-size: 31px;
    font-family: dnp-shuei-mgothic-std,sans-serif;
    font-weight: 700;
    font-style: normal;
}
#formWrap p {
    display: block;
    width: 95%;
    margin: 15px auto;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 17px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 150%;
}
#formWrap .formTable {
    display: block;
    width: 95%;
    max-width: 480px;
    margin: 0 auto;
}
#formWrap .formTable tr {
    display: block;
    width: 100%;
    margin: 20px auto;
    font-size: 17px;
    font-family: dnp-shuei-mgothic-std,sans-serif;
    font-weight: 700;
    font-style: normal;
}
#formWrap .formTable th {
    display: block;
    width: 100%;
    margin-bottom: 3px;
}
#formWrap .formTable td {
    display: block;
    width: 100%;
}
.input_width {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 3px;
    border: 1px solid #ADADAD;
}
textarea {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 3px;
    border: 1px solid #ADADAD;
    border-radius: 10px;
}
.red {
    padding: 5px 8px;
    font-size: 13px;
    color: #fff;
    background: rgba(252,63,66,1.00);
    box-sizing: border-box;
    border-radius: 10px;
}
.blue {
    padding: 5px 8px;
    font-size: 13px;
    color: #fff;
    background: rgba(63,132,252,1.00);
    box-sizing: border-box;
    border-radius: 10px;
}
.send {
    display: block;
    width: 200px;
    margin: 30px auto;
    padding: 10px 0;
    font-size: 30px;
    font-family: dnp-shuei-mgothic-std,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    background: rgba(255,115,0,1.00);
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
}
/*    制作実績　　*/
    
    .works {
        display: block;
        width: 90%;
        max-width: 1680px;
        margin: 30% auto 5%;
    }
    .works h2 {
        font-size: 10vw;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
    }
    .works h3 {
        margin: 5% auto 0;
        font-size: 8vw;
        font-weight: 700;
        color: #3c3c3c;
        line-height: 130%;
    }
    .works h4 {
        display: block;
        width: 100%;
        margin: 5% auto;
        padding-left: .5em;
        font-size: 6vw;
        font-weight: 700;
        color: #3C3C3C;
        border-left: 7px solid #015792;
    }
    .koe {
        position: relative;
        display: block;
        margin: 3% 0 0;
        padding: 10px 20px;
        min-width: 120px;
        max-width: 100%;
        background: #DCF3FF;
    }
    .koe::before {
        content: "";
        position: absolute;
        top: 100%;
        left:3%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top: 10px solid #DCF3FF;
    }
    .koe h5 {
        font-size:5vw;
        font-weight: 600;
        color: #3c3c3c;
        letter-spacing: 1px;
    }
    .works p {
        margin: 15px 0 30px;
        font-size:4vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
    }
    .works_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        margin: 0 auto 50px;
    }
    .works_box p {
        display: block;
        width: 100%;
        margin: 0 0 5px;
        font-size:1.2vw;
        font-weight: 200;
        text-align: center;
    }
    .works_box_block {
        width: 49%;
        margin: 0 0 30px;
    }
    .works_box_block img {
        width: 100%;
    }
/*    価格　　*/
    .price {
        display: block;
        width: 90%;
        max-width: 1680px;
        margin: 100px auto 50px;
    }
    .price h2 {
        font-size: 10vw;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
    }
    .price h3 {
        margin: 5% auto 0;
        font-size: 8vw;
        font-weight: 700;
        color: #3c3c3c;
        line-height: 130%;
    }
    .price h4 {
		margin-top: 20px;
        padding: 3px 0 3px .3em;
        font-size: 6vw;
        font-weight: 600;
        color: #3c3c3c;
        border-left: 4px solid #3c3c3c;
    }
    .price p {
        margin: 15px 0;
        font-size:4vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
    }
    .price_box {
        margin: 20px auto 0;
    }
    .price_box_left {
        display: block;
        margin: 0;
    }
    .price_box_left table {
        width: 100%;
        margin-bottom: 15px;
    }
    .price_box_left th {
        font-size: 4vw;
        background: #DCF3FF;
        border: solid 1px #ccc;
        color: #3c3c3c;
        padding: 10px;
}
    .price_box_left td {
        font-size: 4vw;
        border: solid 1px #ccc;
        padding: 10px;
}
    .price_box_right {
        display: block;
        margin: 0;
    }
    .price_box_right img {
        display: block;
        width: 100%;
        margin: 0 auto 15px;
    }
    .price_box02 {
        margin: 0 auto 30px;
        padding: 15px;
        background: #F6F6F6;
    }
    .price_box02_left {
        display: block;
        margin: 0;
    }
    .price_box02_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .price_box02_right {
        display: block;
        margin: 0;
    }
    .price_box02_right p {
        font-size: 4vw!important;
    }
    .price_box02_right p span {
        display: block;
        font-weight: 700;
        font-size: 4vw!important;
    }
    .price_box02_right p a {
        color:cornflowerblue;
    }
    .price_box02_right_btn {
        display: block;
        margin: 0 auto 10px;
        padding: 10px;
        font-size: 4vw;
        text-align: center;
        background: #A1DEFF;
    }
    .price_btn {
        display: block;
        width: 100%;
        margin: 0 auto 100px;
        text-align: center;
    }
    .price_btn p {
        display: inline-block;
        text-align: left;
        font-size: 4vw;
    }
}
@media screen and (min-width:481px) and (max-width:980px) {
    .tb_none {
        display: none!important;
    }
header {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
}
.header_box {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 5px;
    padding: 0 30px 5px;
    background: #fff;
    overflow: hidden;
    z-index:99;
}
.header_box_left {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 8px auto 0;
}
.header_box_left svg {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box_right {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 100%;
    max-width: 550px;
    margin: 15px auto 0;
}
.header_box_right_left {
    display: block;
    margin: 0;
}
.header_box_right_left_tel {
    font-size: 25px;
    font-weight: 600;
    color: #0B025B;
}
.header_box_right_left_tel img {
    width: 27px;
    margin: 0 5px 0 0;
}
.header_box_right_left_mail {
    margin: 3px auto 0;
    font-size: 18px;
    font-weight: 600;
    color: #0B025B;
}
.header_box_right_left_mail img {
    width: 25px;
    margin: 0 5px 0 0;
}
.header_box_right_right {
    display: block;
    width: 30%;
    margin: 0 auto;
}
.header_box_right_right a {
    display: block;
    width: 100%;
    margin: 7px auto 0;
    padding: 10px 0;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    background: #ad4f3a;
    background: -moz-linear-gradient(top, #ad4f3a 0%, #af4e38 49%, #b12200 51%, #b12200 100%);
    background: -webkit-linear-gradient(top, #ad4f3a 0%,#af4e38 49%,#b12200 51%,#b12200 100%);
    background: linear-gradient(to bottom, #ad4f3a 0%,#af4e38 49%,#b12200 51%,#b12200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad4f3a', endColorstr='#b12200',GradientType=0 );
}
    .header_img {
        position: relative;
        display: block;
        width: 100%;
        margin: 146px auto 0;
    }
    .header_img img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .header_img01 {
        position: absolute;
        bottom: 4%;
        right: 44%;
        width: 17%;
        z-index: 1;
        border-radius: 50%;
        box-shadow: 0 10px #00427b;
        transition: all .5s;
    }
    .header_img02 {
        position: absolute;
        bottom: 4%;
        right: 26%;
        width: 17%;
        z-index: 1;
        border-radius: 50%;
        box-shadow: 0 10px #00427b;
        transition: all .5s;
    }
    .header_img03 {
        position: absolute;
        bottom: 4%;
        right: 8%;
        width: 17%;
        z-index: 1;
        border-radius: 50%;
        box-shadow: 0 10px #00427b;
        transition: all .5s;
    }
    .header_img04 {
        position: absolute;
        bottom: 5%;
        left: 2%;
        width: 35%!important;
        z-index: 1;
    }
    .header_img05 {
        position: absolute;
        top: 7%;
        right: 2%;
        width: 70%!important;
        z-index: 1;
    }
    .header_img01:hover,.header_img02:hover,.header_img03:hover {
        box-shadow: none;
        opacity: 1;
        bottom: 3%;
    }
    .top_about {
        display: block;
        margin: 0 auto;
    }
    #top_about01,#top_about02,#top_about03 {
        margin-top: -150px;
        padding-top: 150px;
    }
    .top_about_box01 {
        width: 90%;
        max-width: 1680px;
        margin: 5% auto 0;
    }
    .top_about_box01 img {
        width: 100%;
        margin: 0 auto;
    }
    .top_about_box01_block p {
        margin-bottom: 10%;
        font-size: 1.5vw;
        font-weight: 400;
        line-height: 150%;
        color: #707070;
    }
    .top_about_box01_block {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 80%;
        margin: 0 auto;
    }
    .top_about_box01_block_left {
        width: 65%;
    }
    .top_about_box01_block_left img {
        display: block;
        width: 25%;
        margin: 0;
    }
    .top_about_box01_block_left h2 {
        font-size: 6vw;
        font-weight: 900;
        line-height: 130%;
        color: #6e6e6e;
        font-feature-settings: "palt";
    }
    .top_about_box01_block_left h2 span {
        font-size: 4.5vw;
    }
    .top_about_box01_block_right {
        width: 35%;
        margin: 10% 0;
    }
    .top_about_box01_block_right img {
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .top_about_box01_bottom img {
        width: 100%!important;
    }
    .top_about_box02_bg {
        background: #DCF3FF;
    }
    .top_about_box02 {
        width: 100%;
        margin: 0 auto;
        padding: 5% 0 1%;
    }
    .top_about_box02_01_bg {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 40%;
    }
    .top_about_box02_01_img001 {
        display: block;
        width: 60%;
        margin: 0 10% 0 auto;
        z-index: 1;
    }
    .top_about_box02_01_img002 {
        display: block;
        width: 50%;
        margin: 5% auto 0% 15%;
        padding-bottom: 60%;
    }
    .top_about_box02_01_img003 {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: 80%;
        margin: 10% auto;
    }
    .top_about_box02_01_img004 {
        position: absolute;
        bottom: 45%;
        left: 0;
        right: 0;
        display: block;
        width: 85%;
        margin: 0 auto;
        z-index: 1;
    }
    .top_about_box02_01_img005 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        width: 100%;
        margin: 0 auto;
        z-index: 2;
    }
    .top_about_box02_02_title {
        display: block;
        width: 90%;
        margin: 1% auto 3%;
    }
    .top_about_box02_02_title img {
        width: 40%;
    }
    .top_about_box02_02_block {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 0 auto 10%;
    }
    .top_about_box02_02_block_left {
        width: 35%;
    }
    .top_about_box02_02_block_left h3 {
        font-size: 2.6vw;
        font-weight: 700;
        color: #3c3c3c;
    }
    .top_about_box02_02_block_left h4 {
        margin: 2% auto;
        font-size: 3.6vw;
        font-weight: 900;
        color: #0071bd;
        line-height: 130%;
    }
    .top_about_box02_02_block_left p {
        margin: 3% 0 0;
        font-size: 1.3vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 160%;
    }
    .top_about_box02_02_block_right {
        width: 63%;
    }
    .top_about_box02_02_block_right img {
        width: 100%;
    }
    .top_about_box02_02_block_right iframe {
        width: 100%;
        height: 100%;
    }
    .top_about_box02_block_right p {
        margin: 30px 0 0!important;
        font-size: 1.6vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
    }
    .top_about_box02_youtube  p {
        margin: 50px 0 0;
        font-size: 1.9vw;
        font-weight: 500;
        color: #3c3c3c;
        text-align: center;
        line-height: 150%;
    }
    .top_about_box03 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        flex-direction: row-reverse;
        width: 90%;
        max-width: 1680px;
        margin: 5% auto;
    }
    .top_about_box03_left {
        width: 60%;
        margin: 4% 0;
    }
    .top_about_box03_left h2 {
        font-size: 4.6vw;
        font-weight: 900;
        line-height: 120%;
        color: #ff8708;
        border-bottom: .4vw solid #ff8708;
    }
    .top_about_box03_left h2 span {
        font-size: 3vw;
    }
    .top_about_box03_left p {
        margin: 50px 0 0;
        font-size: 1.4vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
    }
    .top_about_box03_right {
        width: 35%;
        margin: 0;
    }
    .top_about_box03_right img {
        width: 100%;
    }
    .top_about_box04_bg {
        background: #DCF3FF;
    }
	.top_table {
        padding: 5% 0;
	}
	.top_table table {
        width: 90%;
        max-width: 1180px;
        margin: 0 auto;
		border-collapse: separate;
		border-spacing: 8px 0;
	}
	.top_table table tbody {
		width: 100%;
	}
	.top_table table tbody th {
		padding: 1vw 1vw;
		text-align: center;
		font-size: 1.8vw;
		background: #B4B3AF;
		color: #fff;
	}
	.top_table table tbody td {
		padding: 3vw 1vw;
		text-align: center;
		font-size: 1.4vw;
		border-bottom: 1px solid #B4B3AF;
		vertical-align: middle;
	}
	.top_table table tbody td span {
		display: block;	
		margin-bottom: .5vw;
	}
	.top_table_td01 {
		background: #EEEEEE;
		font-weight: 600;
	}
	.top_table_th04 {
		background: rgba(233,168,0,1.00)!important;
		border-left: 5px solid rgba(233,168,0,1.00)!important;
		border-right: 5px solid rgba(233,168,0,1.00)!important;
	}
	.top_table_td04 {
		font-weight: 600;
		border-left: 5px solid rgba(233,168,0,1.00);
		border-right: 5px solid rgba(233,168,0,1.00);
		background: rgba(255,248,231,1.00);
		color: rgba(208,158,29,1.00)!important;
	}
	.top_table_triangle {
		font-size: 3vw;
		font-weight: 700;
		color: rgba(255,192,13,1.00);
	}
	.top_table_maru {
		font-size: 3vw;
		font-weight: 700;
		color: rgba(255,12,12,1.00);
	}
	.top_table_batsu {
		font-size: 3vw;
		font-weight: 700;
		color: rgba(12,52,255,1.00);
	}
    .top_works_bg {
        padding: 5% 0;
        background: #DCF3FF;
    }
    .top_works {
        display: block;
        width: 90%;
        max-width: 1680px;
        margin: 0 auto;
    }
    .top_works h2::before {
        position: absolute;
        top: -35%;
        left: 24.5%;
        padding: 2.7%;
        content: ' ';
        background-image: url("../images/top_works_title.png");
        background-repeat: no-repeat;
        background-position: top;
        background-size: 100% auto;
    }
    .top_works h2 {
        position: relative;
        font-size: 5.7vw;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
    }
    .top_works_list ul {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        margin: 3% auto 0;
    }
    .top_works_list ul li{
        width: 48%;
        margin: 0 auto 5%;
    }
    .top_works_list ul li a {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .top_works_list ul li a img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .top_works_list ul li a h3 {
        display: block;
        width: 100%;
        margin: 3% auto;
        padding-left: .5em;
        font-size: 1.9vw;
        font-weight: 700;
        color: #3C3C3C;
        border-left: 7px solid #015792;
    }
    .top_works_list ul li a span {
        display: block;
        width: 60%;
        margin: 3% auto 0;
        padding: 1% 0;
        font-size: 1.4vw;
        text-align: center;
        color: #fff;
        background: #015792;
        border: 2px solid #015792;
        box-sizing: border-box;
        transition: all .3s;
    }
    .top_works_list ul li a span:hover {
        border: 2px solid #015792;
        color: #015792;
        background: #fff;
    }
    .top_price {
        display: block;
        width: 90%;
        max-width: 1680px;
        margin: 5% auto ;
    }
    .top_price h2::before {
        position: absolute;
        top: -27%;
        left: 51.5%;
        padding: 1.7%;
        content: ' ';
        background-image: url("../images/top_price_title.png");
        background-repeat: no-repeat;
        background-position: top;
        background-size: 100% auto;
    }
    .top_price h2 {
        position: relative;
        font-size: 5.7vw;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
    }
    .top_price h3 {
        margin: 2% auto 0;
        font-size: 2.5vw;
        font-weight: 700;
        color: #3c3c3c;
    }
    .top_price h3 span {
        font-size: 4.5vw;
    }
    .top_price p {
        margin: 15px 0;
        font-size:1.4vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
    }
    .top_price_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        margin: 20px auto 50px;
    }
    .top_price_box_block {
        width: 48%;
        margin: 20px auto 50px;
    }
    .top_price_box_block a {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size:3vw;
        font-weight: 600;
    }
    .top_price_box_block a img {
        width: 100%;
        margin: 10px auto;
    }
    .top_price_box_block a div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 15% 0;
        margin: auto;
        text-align: center;
        color: #262626;
        background: rgba(255,255,255,0.7);
        transition: all .5s;
        line-height: 150%;
        font-feature-settings: "palt";
    }
    .top_price_box_block a:hover div {
        opacity: 0;
    }
    
    .btn {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 20px auto 0;
        font-size: 3.2vw;
        font-weight: 700;
        line-height: 1.5;
        padding: 1rem 4rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #212529;
        border-radius: 0.5rem;
}
    a.btn-c {


  padding: 3vw 0 1.5vw;

  color: #fff;
  background: #dd0000;
  -webkit-box-shadow: 0 5px 0 #730000;
  box-shadow: 0 5px 0 #730000;
}

a.btn-c span {
    font-size: 2vw;
  position: absolute;
  top: -1.6vw;
  left: calc(50% - 30%);

  display: block;

  width: 60%;
  padding: 0.2rem 0;

  color: #dd0000;
  border: 2px solid #dd0000;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #dd0000;
  -webkit-box-shadow: 0 2px 0 #730000;
  box-shadow: 0 2px 0 #730000;
}

a.btn-c:hover:before {
  left: 2rem;
}	
	.top_option {
		display: block;
		width: 100%;
		height: auto;
		margin: 5% auto;
		background-image: url("../images/option_bg.png");
		background-repeat: repeat;
		background-position: top;
		background-size: 100% auto;
	}
	.top_option_title_box {
		display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
		justify-content:space-between;
        width: 90%;
        max-width: 1680px;
        margin: 0 auto;
		padding: 5% 0;
	}
	.top_option_title_box_left {
		width: 65%;
		margin-top: 3vw;
	}
	.top_option_title_box_left h2 {
        font-family: "wanpaku-ruika", sans-serif;
		font-weight: 100;
		font-style: normal;
        font-size: 4vw;
	}
	.top_option_title_box_left01 {
        font-size: 3vw;
		color: #dd0000;
	}
	.top_option_title_box_left02 {
        font-size: 6vw;
		color: #495bac;
	}
	.top_option_title_box_left03 {
        font-size: 6vw;
	}
	.top_option_title_box_left p {
		margin-top: 3vw;
        font-size: 1.4vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
	}
	.top_option_title_box_right {
		width: 35%;
	}
	.top_option_title_box_right img {
		width: 100%;
	}
	.top_option_content {
		display: block;
        width: 90%;
        max-width: 1680px;
        margin: 0 auto;
		padding: 5% 0;
	}
	.top_option_content h3 {
        font-family: "wanpaku-ruika", sans-serif;
		font-weight: 100;
		font-style: normal;
        font-size: 3vw;
		text-align: center;
	}
	.top_option_content_box01 {
		display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
		justify-content:space-between;
        width: 100%;
		margin: 5% auto;
	}
	.top_option_content_box01_block {
		width: 31%;
	}
	.top_option_content_box01_block img {
		display: block;
		width: 60%;
		margin: 0 auto;
	}
	.top_option_content_box01_block h4 {
        margin: 5% auto;
		font-size: 2vw;
		font-weight: 600;
		text-align: center;
		color: #495bac;
	}
	.top_option_content_box01_block p {
        font-size: 1.4vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
	}
	.top_option_content a {
		display: block;
		width: 90%;
		max-width: 680px;
		margin: 0 auto;
		padding: 2% 0;
		font-size: 2vw;
		font-weight: 600;
		background: #1ba515;
		color: #fff;
		text-align: center;
		border-radius: 10px;
	}
    .top_faq {
        display: block;
        width: 90%;
        max-width: 1680px;
        margin: 5% auto ;
    }
    .top_faq h2 {
        position: relative;
        font-size: 5.7vw;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
    }
    .top_faq h3 span {
        margin-right: 1vw;
        font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        font-weight: 700;
    }
    .top_faq h3 {
        margin: 3vw auto 1vw;
        font-size: 3vw;
        font-weight: 900;
        line-height: 130%;
        color: #252525;
    }
    .top_faq h4 {
        font-size: 3vw;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
        line-height: 140%;
    }
    .top_faq p {
        margin: 15px 0 5vw;
        font-size:1.6vw;
        font-weight: 500;
        line-height: 150%;
    }
	.top_faq_btn01 {
		display: block;
		width: 80%;
		max-width: 680px;
		margin: 0 auto;
		padding: 2% 0;
		font-size: 2vw;
		font-weight: 600;
		background: #1ba515;
		color: #fff;
		text-align: center;
		border-radius: 10px;
	}
footer {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 150px 0 0;
    background: #3FA9F5;
}
.google_map {
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.google_map_left {
    display: block;
    width: 55%;
    margin: 0 auto;
    float: left;
}
.google_map_left iframe {
    width: 100%;
    height: 350px;
}
.google_map_right {
    display: block;
    width: 43%;
    margin: 0px auto 0;
    float: right;
}
.google_map_right h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 140%;
    color: #0B025B;
}
.google_map_right h2 span {
    display: block;
    font-size: 17px;
    font-weight: 600;
}
.google_map_right p {
    font-size: 17px;
    font-weight: 600;
    line-height: 200%;
    color: #0B025B;
}
.sitemap {
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 80px auto;
}
.sitemap ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 100%;
    margin: 0 auto;
}
.sitemap ul li {
    margin: 0 0 30px 5%;
}
.sitemap ul li a {
    font-size: 18px;
}
.sitemap ul ul {
	display: block!important;
    width: 100%;
    margin: 10px auto 30px;
}
.sitemap ul ul li {
	width: 100%;
    margin: 0 0 7px 6%;
}
.sitemap ul ul li a {
    font-size: 15px;
}
    .sitemap ul li a::before {
        content: '\025b6';
        font-size: 13px;
        vertical-align: middle;
		margin-right: .5em;
    }
    .sitemap ul ul li a::before {
        content: '・';
        font-size: 10px;
        vertical-align: middle;
    }
copy {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 3px 0;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background: #0B025B;
}
/*お問い合わせ*/
#formWrap {
    display: block;
    width: 95%;
    max-width: 780px;
    margin: 80px auto;
    padding: 20px;
    background: #fff;
    border: solid 1px rgba(200,200,200,1.00);
    box-sizing: border-box;
}
#formWrap h2 {
    display: block;
    width: 95%;
    margin: 0 auto;
    font-size: 31px;
    font-family: dnp-shuei-mgothic-std,sans-serif;
    font-weight: 700;
    font-style: normal;
}
#formWrap p {
    display: block;
    width: 95%;
    margin: 15px auto;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 17px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 150%;
}
#formWrap .formTable {
    display: block;
    width: 95%;
    max-width: 480px;
    margin: 0 auto;
}
#formWrap .formTable tr {
    display: block;
    width: 100%;
    margin: 20px auto;
    font-size: 19px;
    font-family: dnp-shuei-mgothic-std,sans-serif;
    font-weight: 700;
    font-style: normal;
}
#formWrap .formTable th {
    display: block;
    width: 100%;
    margin-bottom: 3px;
}
#formWrap .formTable td {
    display: block;
    width: 100%;
}
.input_width {
    display: block;
    width: 480px;
    margin-top: 10px;
    padding: 3px;
    border: 1px solid #ADADAD;
}
textarea {
    display: block;
    width: 480px;
    margin-top: 10px;
    padding: 3px;
    border: 1px solid #ADADAD;
    border-radius: 10px;
}
.red {
    padding: 5px 8px;
    font-size: 15px;
    color: #fff;
    background: rgba(252,63,66,1.00);
    box-sizing: border-box;
    border-radius: 10px;
}
.blue {
    padding: 5px 8px;
    font-size: 15px;
    color: #fff;
    background: rgba(63,132,252,1.00);
    box-sizing: border-box;
    border-radius: 10px;
}
.send {
    display: block;
    width: 200px;
    margin: 30px auto;
    padding: 10px 0;
    font-size: 30px;
    font-family: dnp-shuei-mgothic-std,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    background: rgba(255,115,0,1.00);
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
}
/*    制作実績　　*/
    
    .works {
        display: block;
        width: 90%;
        max-width: 1680px;
        margin: 200px auto 100px;
    }
    .works h2 {
        font-size: 6vw;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
    }
    .works h3 {
        margin: 3% auto 0;
        font-size: 4vw;
        font-weight: 700;
        color: #3c3c3c;
    }
    .works h4 {
        display: block;
        width: 100%;
        margin: 3% auto;
        padding-left: .5em;
        font-size: 3vw;
        font-weight: 700;
        color: #3C3C3C;
        border-left: 7px solid #015792;
    }
    .koe {
        position: relative;
        display: block;
        margin: 3% 0 0;
        padding: 10px 20px;
        min-width: 120px;
        max-width: 100%;
        background: #DCF3FF;
    }
    .koe::before {
        content: "";
        position: absolute;
        top: 100%;
        left:3%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top: 10px solid #DCF3FF;
    }
    .koe h5 {
        font-size:3vw;
        font-weight: 600;
        color: #3c3c3c;
        letter-spacing: 1px;
    }
    .works p {
        margin: 15px 0 30px;
        font-size:2vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
    }
    .works_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        margin: 15px auto 50px;
    }
    .works_box p {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        font-size:1.2vw;
        font-weight: 200;
        text-align: center;
    }
    .works_box_block {
        width: 49%;
        margin: 0 0 30px;
    }
    .works_box_block img {
        width: 100%;
    }
/*    価格　　*/
    .price {
        display: block;
        width: 90%;
        max-width: 1680px;
        margin: 200px auto 50px;
    }
    .price h2 {
        font-size: 6vw;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
    }
    .price h3 {
        margin: 3% auto 0;
        font-size: 4vw;
        font-weight: 700;
        color: #3c3c3c;
    }
    .price h4 {
		margin-top: 30px;
        padding: 3px 0 3px .3em;
        font-size:2vw;
        font-weight: 600;
        color: #3c3c3c;
        border-left: 7px solid #3c3c3c;
    }
    .price p {
        margin: 15px 0;
        font-size:2vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
    }
    .price_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        margin: 20px auto 50px;
    }
    .price_box_left {
        display: block;
        width: 49%;
        margin: 0;
    }
    .price_box_left table {
        width: 100%
    }
    .price_box_left th {
        font-size: 1.5vw;
        background: #DCF3FF;
        border: solid 1px #ccc;
        color: #3c3c3c;
        padding: 10px;
}
    .price_box_left td {
        font-size: 1.5vw;
        border: solid 1px #ccc;
        padding: 10px;
}
    .price_box_right {
        display: block;
        width: 49%;
        margin: 0;
    }
    .price_box_right img {
        display: block;
        width: 100%;
        margin: 0 auto 20px;
    }
    .price_box02 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        margin: 20px auto 50px;
        padding: 30px;
        background: #F6F6F6;
    }
    .price_box02_left {
        display: block;
        width: 49%;
        margin: 0;
    }
    .price_box02_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .price_box02_right {
        display: block;
        width: 49%;
        margin: 0;
    }
    .price_box02_right p {
        font-size: 1.2vw!important;
    }
    .price_box02_right p span {
        display: block;
        font-weight: 700;
        font-size: 1.4vw!important;
    }
    .price_box02_right p a {
        color:cornflowerblue;
    }
    .price_box02_right_btn {
        display: block;
        margin: 0 auto 10px;
        padding: 10px;
        font-size: 1.2vw;
        text-align: center;
        background: #A1DEFF;
    }
    .price_btn {
        display: block;
        width: 100%;
        margin: 50px auto 100px;
        text-align: center;
    }
    .price_btn p {
        display: inline-block;
        text-align: left;
    }
}
@media screen and (min-width:981px) {
    .pc_none {
        display: none!important;
    }
        .btn02 {
            position: fixed;
            bottom: 10%;
            right: 0;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem 0 0 0.5rem;
            -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -ms-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
            z-index: 99;
}



a.btn--contact {
  display: block;
  padding: 2% 1%;
    font-size: 20px;
  color: #fff;
    background: #B12200;
  -webkit-box-shadow: 0 5px 0 #541000;
  box-shadow: 0 5px 0 #541000;
}

a.btn--contact i {
    display: none;
  font-size: 5vw;
}
a.btn--contact span {
  display: block;
    font-size: 12px!important;
    font-weight: 400!important;
}

a.btn--contact i.fa-position-left {
  font-size: 8vw;
  left: 6%;
}
a.btn--contact :hover {
  color: #fff;
}
header {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 5px;
    padding: 0 30px 5px;
    background: #fff;
    overflow: hidden;
    z-index: 99;
}
.header_box_left {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 8px 0 0;
}
.header_box_left svg {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box_right {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 100%;
    max-width: 550px;
    margin: 15px 0 0;
}
.header_box_right_left {
    display: block;
    margin: 0;
}
.header_box_right_left_tel {
    font-size: 25px;
    font-weight: 600;
    color: #0B025B;
}
.header_box_right_left_tel img {
    width: 27px;
    margin: 0 5px 0 0;
}
.header_box_right_left_mail {
    margin: 3px auto 0;
    font-size: 18px;
    font-weight: 600;
    color: #0B025B;
}
.header_box_right_left_mail img {
    width: 25px;
    margin: 0 5px 0 0;
}
.header_box_right_right {
    display: block;
    width: 30%;
    margin: 0 auto;
}
.header_box_right_right a {
    display: block;
    width: 100%;
    margin: 7px auto 0;
    padding: 10px 0;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    background: #ad4f3a;
    background: -moz-linear-gradient(top, #ad4f3a 0%, #af4e38 49%, #b12200 51%, #b12200 100%);
    background: -webkit-linear-gradient(top, #ad4f3a 0%,#af4e38 49%,#b12200 51%,#b12200 100%);
    background: linear-gradient(to bottom, #ad4f3a 0%,#af4e38 49%,#b12200 51%,#b12200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad4f3a', endColorstr='#b12200',GradientType=0 );
}
    .header_img {
        position: relative;
        display: block;
        width: 100%;
        margin: 78px auto 0;
    }
    .header_img img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .header_img01 {
        position: absolute;
        bottom: 4%;
        right: 44%;
        width: 17%;
        z-index: 1;
        border-radius: 50%;
        box-shadow: 0 10px #00427b;
        transition: all .5s;
    }
    .header_img02 {
        position: absolute;
        bottom: 4%;
        right: 26%;
        width: 17%;
        z-index: 1;
        border-radius: 50%;
        box-shadow: 0 10px #00427b;
        transition: all .5s;
    }
    .header_img03 {
        position: absolute;
        bottom: 4%;
        right: 8%;
        width: 17%;
        z-index: 1;
        border-radius: 50%;
        box-shadow: 0 10px #00427b;
        transition: all .5s;
    }
    .header_img04 {
        position: absolute;
        bottom: 5%;
        left: 2%;
        width: 35%!important;
        z-index: 1;
    }
    .header_img05 {
        position: absolute;
        top: 7%;
        right: 2%;
        width: 70%!important;
        z-index: 1;
    }
    .header_img01:hover,.header_img02:hover,.header_img03:hover {
        box-shadow: none;
        opacity: 1;
        bottom: 3%;
    }
    .top_about {
        display: block;
        margin: 0 auto;
    }
    #top_about01,#top_about02,#top_about03 {
        margin-top: -80px;
        padding-top: 80px;
    }
    .top_about_box01 {
        width: 90%;
        max-width: 1680px;
        margin: 5% auto 0;
    }
    .top_about_box01 img {
        width: 100%;
        margin: 0 auto;
    }
    .top_about_box01_block p {
        margin-bottom: 10%;
        font-size: 1.5vw;
        font-weight: 400;
        line-height: 150%;
        color: #707070;
    }
    .top_about_box01_block {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 80%;
        margin: 0 auto;
    }
    .top_about_box01_block_left {
        width: 65%;
    }
    .top_about_box01_block_left img {
        display: block;
        width: 25%;
        margin: 0;
    }
    .top_about_box01_block_left h2 {
        font-size: 6vw;
        font-weight: 900;
        line-height: 130%;
        color: #6e6e6e;
        font-feature-settings: "palt";
    }
    .top_about_box01_block_left h2 span {
        font-size: 4.5vw;
    }
    .top_about_box01_block_right {
        width: 35%;
        margin: 10% 0;
    }
    .top_about_box01_block_right img {
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .top_about_box01_bottom img {
        width: 100%!important;
    }
    .top_about_box02_bg {
        background: #DCF3FF;
    }
    .top_about_box02 {
        width: 100%;
        margin: 0 auto;
        padding: 5% 0 0;
    }
    .top_about_box02_01_bg {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 40%;
    }
    .top_about_box02_01_img001 {
        display: block;
        width: 60%;
        margin: 0 10% 0 auto;
        z-index: 1;
    }
    .top_about_box02_01_img002 {
        display: block;
        width: 50%;
        margin: 5% auto 0% 15%;
        padding-bottom: 60%;
    }
    .top_about_box02_01_img003 {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: 80%;
        margin: 10% auto;
    }
    .top_about_box02_01_img004 {
        position: absolute;
        bottom: 45%;
        left: 0;
        right: 0;
        display: block;
        width: 85%;
        margin: 0 auto;
        z-index: 1;
    }
    .top_about_box02_01_img005 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        width: 100%;
        margin: 0 auto;
        z-index: 2;
    }
    .top_about_box02_02_title {
        display: block;
        width: 90%;
        margin: 1% auto 3%;
    }
    .top_about_box02_02_block {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 5%;
    }
    .top_about_box02_02_block_left {
        width: 35%;
    }
    .top_about_box02_02_block_left h3 {
        font-size: 2.6vw;
        font-weight: 700;
        color: #3c3c3c;
    }
    .top_about_box02_02_block_left h4 {
        margin: 2% auto;
        font-size: 3.6vw;
        font-weight: 900;
        color: #0071bd;
        line-height: 130%;
    }
    .top_about_box02_02_block_left p {
        margin: 3% 0 0;
        font-size: 1.3vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 160%;
    }
    .top_about_box02_02_block_right {
        width: 63%;
    }
    .top_about_box02_02_block_right img {
        width: 100%;
    }
    .top_about_box02_02_block_right iframe {
        width: 100%;
        height: 100%;
    }
    .top_about_box02_block_right p {
        margin: 30px 0 0!important;
        font-size: 1.6vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
    }
    .top_about_box02_youtube  p {
        margin: 50px 0 0;
        font-size: 1.9vw;
        font-weight: 500;
        color: #3c3c3c;
        text-align: center;
        line-height: 150%;
    }
    .top_about_box03 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        flex-direction: row-reverse;
        width: 90%;
        max-width: 1680px;
        margin: 5% auto;
    }
    .top_about_box03_left {
        width: 60%;
        margin: 4% 0;
    }
    .top_about_box03_left h2 {
        font-size: 4.6vw;
        font-weight: 900;
        line-height: 120%;
        color: #ff8708;
        border-bottom: .4vw solid #ff8708;
    }
    .top_about_box03_left h2 span {
        font-size: 3vw;
    }
    .top_about_box03_left p {
        margin: 50px 0 0;
        font-size: 1.4vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
    }
    .top_about_box03_right {
        width: 35%;
        margin: 0;
    }
    .top_about_box03_right img {
        width: 100%;
    }
    .top_about_box04_bg {
        background: #DCF3FF;
    }
	.top_table {
        padding: 5% 0;
	}
	.top_table table {
        width: 90%;
        max-width: 1180px;
        margin: 0 auto;
		border-collapse: separate;
		border-spacing: 8px 0;
	}
	.top_table table tbody {
		width: 100%;
	}
	.top_table table tbody th {
		padding: 1vw 1vw;
		text-align: center;
		font-size: 1.8vw;
		background: #B4B3AF;
		color: #fff;
	}
	.top_table table tbody td {
		padding: 3vw 1vw;
		text-align: center;
		font-size: 1.4vw;
		border-bottom: 1px solid #B4B3AF;
		vertical-align: middle;
	}
	.top_table table tbody td span {
		display: block;	
		margin-bottom: .5vw;
	}
	.top_table_td01 {
		background: #EEEEEE;
		font-weight: 600;
	}
	.top_table_th04 {
		background: rgba(233,168,0,1.00)!important;
		border-left: 5px solid rgba(233,168,0,1.00)!important;
		border-right: 5px solid rgba(233,168,0,1.00)!important;
	}
	.top_table_td04 {
		font-weight: 600;
		border-left: 5px solid rgba(233,168,0,1.00);
		border-right: 5px solid rgba(233,168,0,1.00);
		background: rgba(255,248,231,1.00);
		color: rgba(208,158,29,1.00)!important;
	}
	.top_table_triangle {
		font-size: 3vw;
		font-weight: 700;
		color: rgba(255,192,13,1.00);
	}
	.top_table_maru {
		font-size: 3vw;
		font-weight: 700;
		color: rgba(255,12,12,1.00);
	}
	.top_table_batsu {
		font-size: 3vw;
		font-weight: 700;
		color: rgba(12,52,255,1.00);
	}
    .top_works_bg {
        padding: 5% 0;
        background: #DCF3FF;
    }
    .top_works {
        display: block;
        width: 90%;
        max-width: 1680px;
        margin: 0 auto;
    }
    .top_works h2::before {
        position: absolute;
        top: -35%;
        left: 24.5%;
        padding: 2.7%;
        content: ' ';
        background-image: url("../images/top_works_title.png");
        background-repeat: no-repeat;
        background-position: top;
        background-size: 100% auto;
    }
    .top_works h2 {
        position: relative;
        font-size: 5.7vw;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
    }
    .top_works_list ul {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        margin: 3% auto 0;
    }
    .top_works_list ul li{
        width: 48%;
        margin: 0 auto 5%;
    }
    .top_works_list ul li a {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .top_works_list ul li a img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .top_works_list ul li a h3 {
        display: block;
        width: 100%;
        margin: 3% auto;
        padding-left: .5em;
        font-size: 1.9vw;
        font-weight: 700;
        color: #3C3C3C;
        border-left: 7px solid #015792;
    }
    .top_works_list ul li a span {
        display: block;
        width: 60%;
        margin: 3% auto 0;
        padding: 1% 0;
        font-size: 1.4vw;
        text-align: center;
        color: #fff;
        background: #015792;
        border: 2px solid #015792;
        box-sizing: border-box;
        transition: all .3s;
    }
    .top_works_list ul li a span:hover {
        border: 2px solid #015792;
        color: #015792;
        background: #fff;
    }
    .top_price {
        display: block;
        width: 90%;
        max-width: 1680px;
        margin: 5% auto ;
    }
    .top_price h2::before {
        position: absolute;
        top: -27%;
        left: 51.5%;
        padding: 1.7%;
        content: ' ';
        background-image: url("../images/top_price_title.png");
        background-repeat: no-repeat;
        background-position: top;
        background-size: 100% auto;
    }
    .top_price h2 {
        position: relative;
        font-size: 5.7vw;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
    }
    .top_price h3 {
        margin: 2% auto 0;
        font-size: 2.5vw;
        font-weight: 700;
        color: #3c3c3c;
    }
    .top_price h3 span {
        font-size: 4.5vw;
    }
    .top_price p {
        margin: 15px 0;
        font-size:1.4vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
    }
    .top_price_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        margin: 20px auto 50px;
    }
    .top_price_box_block {
        width: 48%;
        margin: 20px auto 50px;
    }
    .top_price_box_block a {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size:3vw;
        font-weight: 600;
    }
    .top_price_box_block a img {
        width: 100%;
        margin: 10px auto;
    }
    .top_price_box_block a div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 15% 0;
        margin: auto;
        text-align: center;
        color: #262626;
        background: rgba(255,255,255,0.7);
        transition: all .5s;
        line-height: 150%;
        font-feature-settings: "palt";
    }
    .top_price_box_block a:hover div {
        opacity: 0;
    }
    
    .btn {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 20px auto 0;
        font-size: 3.2vw;
        font-weight: 700;
        line-height: 1.5;
        padding: 1rem 4rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #212529;
        border-radius: 0.5rem;
}
    a.btn-c {
  padding: 3vw 0 1.5vw;
  color: #fff;
  background: #dd0000;
  -webkit-box-shadow: 0 5px 0 #730000;
  box-shadow: 0 5px 0 #730000;
}

a.btn-c span {
    font-size: 2vw;
  position: absolute;
  top: -1.6vw;
  left: calc(50% - 30%);

  display: block;

  width: 60%;
  padding: 0.2rem 0;

  color: #dd0000;
  border: 2px solid #dd0000;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #dd0000;
  -webkit-box-shadow: 0 2px 0 #730000;
  box-shadow: 0 2px 0 #730000;
}

a.btn-c:hover:before {
  left: 2rem;
}
    
	.top_option {
		display: block;
		width: 100%;
		height: auto;
		margin: 5% auto;
		background-image: url("../images/option_bg.png");
		background-repeat: repeat;
		background-position: top;
		background-size: 100% auto;
	}
	.top_option_title_box {
		display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
		justify-content:space-between;
        width: 90%;
        max-width: 1680px;
        margin: 0 auto;
		padding: 5% 0;
	}
	.top_option_title_box_left {
		width: 65%;
		margin-top: 3vw;
	}
	.top_option_title_box_left h2 {
        font-family: "wanpaku-ruika", sans-serif;
		font-weight: 100;
		font-style: normal;
        font-size: 4vw;
	}
	.top_option_title_box_left01 {
        font-size: 3vw;
		color: #dd0000;
	}
	.top_option_title_box_left02 {
        font-size: 6vw;
		color: #495bac;
	}
	.top_option_title_box_left03 {
        font-size: 6vw;
	}
	.top_option_title_box_left p {
		margin-top: 3vw;
        font-size: 1.4vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
	}
	.top_option_title_box_right {
		width: 35%;
	}
	.top_option_title_box_right img {
		width: 100%;
	}
	.top_option_content {
		display: block;
        width: 90%;
        max-width: 1680px;
        margin: 0 auto;
		padding: 5% 0;
	}
	.top_option_content h3 {
        font-family: "wanpaku-ruika", sans-serif;
		font-weight: 100;
		font-style: normal;
        font-size: 3vw;
		text-align: center;
	}
	.top_option_content_box01 {
		display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
		justify-content:space-between;
        width: 100%;
		margin: 5% auto;
	}
	.top_option_content_box01_block {
		width: 31%;
	}
	.top_option_content_box01_block img {
		display: block;
		width: 60%;
		margin: 0 auto;
	}
	.top_option_content_box01_block h4 {
        margin: 5% auto;
		font-size: 2vw;
		font-weight: 600;
		text-align: center;
		color: #495bac;
	}
	.top_option_content_box01_block p {
        font-size: 1.4vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
	}
	.top_option_content a {
		display: block;
		width: 90%;
		max-width: 880px;
		margin: 0 auto;
		padding: 2% 0;
		font-size: 2vw;
		font-weight: 600;
		background: #1ba515;
		color: #fff;
		text-align: center;
		border-radius: 10px;
	}
    .top_faq {
        display: block;
        width: 80%;
        max-width: 1680px;
        margin: 5% auto ;
    }
    .top_faq h2 {
        position: relative;
        font-size: 5vw;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
    }
    .top_faq h3 span {
        margin-right: 1vw;
        font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        font-weight: 700;
    }
    .top_faq h3 {
        margin: 3vw auto 1vw;
        font-size: 2.5vw;
        font-weight: 900;
        line-height: 130%;
        color: rgba(60,60,60,1.00);
    }
    .top_faq h4 {
        font-size: 3vw;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
        line-height: 140%;
    }
	.top_faq p::before {
		content: 'A ';
        font-size: 3vw;
        font-weight: 700;
	}
	.top_faq p {
        margin: 15px 0 5vw;
		padding-left: 2em;
		text-indent: -2em;
        font-size:1.3vw;
        font-weight: 500;
        line-height: 170%;
        color: rgba(60,60,60,1.00);
    }
	.top_faq_btn01 {
		display: block;
		width: 80%;
		max-width: 880px;
		margin: 0 auto;
		padding: 2% 0;
		font-size: 2vw;
		font-weight: 600;
		background: #1ba515;
		color: #fff;
		text-align: center;
		border-radius: 10px;
	}
footer {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 150px 0 0;
    background: #3FA9F5;
}
.google_map {
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.google_map_left {
    display: block;
    width: 55%;
    margin: 0 auto;
    float: left;
}
.google_map_left iframe {
    width: 100%;
    height: 350px;
}
.google_map_right {
    display: block;
    width: 43%;
    margin: 150px auto 0;
    float: right;
}
.google_map_right h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 140%;
    color: #0B025B;
}
.google_map_right h2 span {
    display: block;
    font-size: 17px;
    font-weight: 600;
}
.google_map_right p {
    font-size: 17px;
    font-weight: 600;
    line-height: 200%;
    color: #0B025B;
}
.sitemap {
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 80px auto;
}
.sitemap ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 100%;
    margin: 0 auto;
}
.sitemap ul li {
    margin: 0 0 30px 5%;
}
.sitemap ul li a {
    font-size: 18px;
}
.sitemap ul ul {
	display: block!important;
    width: 100%;
    margin: 10px auto 30px;
}
.sitemap ul ul li {
	width: 100%;
    margin: 0 0 7px 6%;
}
.sitemap ul ul li a {
    font-size: 15px;
}
    .sitemap ul li a::before {
        content: '\025b6';
        font-size: 13px;
        vertical-align: middle;
		margin-right: .5em;
    }
    .sitemap ul ul li a::before {
        content: '・';
        font-size: 10px;
        vertical-align: middle;
    }
copy {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 3px 0;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background: #0B025B;
}
/*お問い合わせ*/
#formWrap {
    display: block;
    width: 95%;
    max-width: 780px;
    margin: 80px auto;
    padding: 20px;
    background: #fff;
    border: solid 1px rgba(200,200,200,1.00);
    box-sizing: border-box;
}
#formWrap h2 {
    display: block;
    width: 95%;
    margin: 0 auto;
    font-size: 31px;
    font-family: dnp-shuei-mgothic-std,sans-serif;
    font-weight: 700;
    font-style: normal;
}
#formWrap p {
    display: block;
    width: 95%;
    margin: 15px auto;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 17px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 150%;
}
#formWrap .formTable {
    display: block;
    width: 95%;
    max-width: 480px;
    margin: 0 auto;
}
#formWrap .formTable tr {
    display: block;
    width: 100%;
    margin: 20px auto;
    font-size: 19px;
    font-family: dnp-shuei-mgothic-std,sans-serif;
    font-weight: 700;
    font-style: normal;
}
#formWrap .formTable th {
    display: block;
    width: 100%;
    margin-bottom: 3px;
}
#formWrap .formTable td {
    display: block;
    width: 100%;
}
.input_width {
    display: block;
    width: 480px;
    margin-top: 10px;
    padding: 3px;
    border: 1px solid #ADADAD;
}
textarea {
    display: block;
    width: 480px;
    margin-top: 10px;
    padding: 3px;
    border: 1px solid #ADADAD;
    border-radius: 10px;
}
.red {
    padding: 5px 8px 3px;
    font-size: 13px;
    color: #fff;
    background: rgba(252,63,66,1.00);
    box-sizing: border-box;
    border-radius: 10px;
}
.blue {
    padding: 5px 8px 3px;
    font-size: 13px;
    color: #fff;
    background: rgba(63,132,252,1.00);
    box-sizing: border-box;
    border-radius: 10px;
}
.send {
    display: block;
    width: 200px;
    margin: 30px auto;
    padding: 10px 0;
    font-size: 30px;
    font-family: dnp-shuei-mgothic-std,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    background: rgba(255,115,0,1.00);
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
}
/*    制作実績　　*/
    
    .works {
        display: block;
        width: 90%;
        max-width: 1680px;
        margin: 150px auto 100px;
    }
    .works h2 {
        font-size: 5.7vw;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
    }
    .works h3 {
        margin: 3% auto 0;
        font-size: 2.5vw;
        font-weight: 700;
        color: #3c3c3c;
    }
    .works h4 {
        display: block;
        width: 100%;
        margin: 3% auto;
        padding-left: .5em;
        font-size: 1.9vw;
        font-weight: 700;
        color: #3C3C3C;
        border-left: 7px solid #015792;
    }
    .koe {
        position: relative;
        display: block;
        margin: 30px 0 0;
        padding: 10px 20px;
        min-width: 120px;
        max-width: 100%;
        background: #DCF3FF;
    }
    .koe::before {
        content: "";
        position: absolute;
        top: 100%;
        left:3%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top: 10px solid #DCF3FF;
    }
    .koe h5 {
        font-size:1.4vw;
        font-weight: 600;
        color: #3c3c3c;
        letter-spacing: 1px;
    }
    .works p {
        margin: 15px 0 30px;
        font-size:1.4vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
    }
    .works_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        margin: 15px auto 50px;
    }
    .works_box p {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        font-size:1.2vw;
        font-weight: 200;
        text-align: center;
    }
    .works_box_block {
        width: 49%;
        margin: 0 0 30px;
    }
    .works_box_block img {
        width: 100%;
    }
/*    価格　　*/
    .price {
        display: block;
        width: 90%;
        max-width: 1680px;
        margin: 150px auto 100px;
    }
    .price h2 {
        font-size: 5.7vw;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
    }
    .price h3 {
        margin: 3% auto 0;
        font-size: 2.5vw;
        font-weight: 700;
        color: #3c3c3c;
    }
    .price h4 {
		margin-top: 30px;
        padding: 3px 0 3px .3em;
        font-size:2vw;
        font-weight: 600;
        color: #3c3c3c;
        border-left: 7px solid #3c3c3c;
    }
    .price p {
        margin: 15px 0;
        font-size:1.4vw;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 150%;
    }
    .price_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        margin: 20px auto 50px;
    }
    .price_box_left {
        display: block;
        width: 49%;
        margin: 0;
    }
    .price_box_left table {
        width: 100%
    }
    .price_box_left th {
        font-size: 1.5vw;
        background: #DCF3FF;
        border: solid 1px #ccc;
        color: #3c3c3c;
        padding: 10px;
}
    .price_box_left td {
        font-size: 1.5vw;
        border: solid 1px #ccc;
        padding: 10px;
}
    .price_box_right {
        display: block;
        width: 49%;
        margin: 0;
    }
    .price_box_right img {
        display: block;
        width: 100%;
        margin: 0 auto 20px;
    }
    .price_box02 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        margin: 20px auto 50px;
        padding: 30px;
        background: #F6F6F6;
    }
    .price_box02_left {
        display: block;
        width: 49%;
        margin: 0;
    }
    .price_box02_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .price_box02_right {
        display: block;
        width: 49%;
        margin: 0;
    }
    .price_box02_right p {
        font-size: 1.2vw!important;
    }
    .price_box02_right p span {
        display: block;
        font-weight: 700;
        font-size: 1.4vw!important;
    }
    .price_box02_right p a {
        color:cornflowerblue;
    }
    .price_box02_right_btn {
        display: block;
        margin: 0 auto 10px;
        padding: 10px;
        font-size: 1.2vw;
        text-align: center;
        background: #A1DEFF;
    }
    .price_btn {
        display: block;
        width: 100%;
        margin: 50px auto 100px;
        text-align: center;
    }
    .price_btn p {
        display: inline-block;
        text-align: left;
    }
}
html {
  font-size: 62.5%;
}
    .faq {
        display: block;
        width: 80%;
        max-width: 1080px;
        margin:200px auto 0 ;
    }
    .faq h2 {
        position: relative;
        font-size: 6rem;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
    }
    .faq h3 span {
        margin-right: 10px;
        font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        font-weight: 700;
    }
    .faq h3 {
        margin: 50px auto 10px;
        font-size: 3rem;
        font-weight: 900;
        line-height: 130%;
        color: rgba(60,60,60,1.00);
    }
    .faq h4 {
        font-size: 2.5rem;
        font-family: zen-maru-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #0071bd;
        line-height: 140%;
    }
	.faq p::before {
        margin-right: 10px;
		content: 'A';
        font-size: 3rem;
        font-weight: 700;
	}
    .faq p {
        margin: 15px 0 100px;
		padding-left: 1.4em;
		text-indent: -1.4em;
        font-size:2rem;
        font-weight: 500;
        line-height: 170%;
        color: rgba(60,60,60,1.00);
    }
@media screen and (max-width:480px) {
	
    .faq h2 {
        font-size: 4rem;
    }
    .faq h3 {
        font-size: 2rem;
    }
    .faq p {
        font-size:1.6rem;
    }
}