/*
Theme Name: Twenty Twelve
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 4.6
Tested up to: 6.8
Requires at least: 3.5
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-style:normal;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Yu Gothic" , "YuGothic" ,  "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
	
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
	list-style:none;
}


ul.flex,.flex{
	display:-webkit-box;
	display:-ms-box;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
	width:100%;
}

caption, th{
	text-align: left;
}

a:focus {
	outline:none;
}

.clear:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .clear {
	height: 1px;
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
*{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
a{
	text-decoration:none;
	color:#525252;
}
p a:hover {
	color:#FFA331;
}
body {
	overflow:hidden;
	background:#fff;
}
div, a, p, h1, h2, h3, h4, h5, h6, span, th, td, li, time, footer, button, label, strong, em, b{
	color:#525252;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
}
b{font-weight:bold;}
img{
	width: 100%;
	display: block;
	height: auto;
}
.grecaptcha-badge {
    position: absolute;
    z-index: -100;
    visibility: hidden;
}
.wpcf7 form .wpcf7-response-output {
    border: none!important;
}
section[class^="index_"]{
}
.width {
	width:80%;
	max-width:1200px;
	margin:0 auto;
}
p{
	margin-bottom:10px;
	letter-spacing:1px;	
}
section a, section span, section b, section strong {
	font-size:100%;
}
.mt10 {margin-top:10%!important;}
.mt8 {margin-top:8%!important;}
.mt5 {margin-top:5%!important;}
.mt3 {margin-top:3%!important;}
.mt0 {margin-top:0%!important;}
.mb0 {margin-bottom:0%!important;}
.mb3 {margin-bottom:3%!important;}
.mb5 {margin-bottom:5%!important;}
.mb8 {margin-bottom:8%!important;}
.mb10 {margin-bottom:10%!important;}

.pt10 {padding-top:10%!important;}
.pt8 {padding-top:8%!important;}
.pt5 {padding-top:5%!important;}
.pt3 {padding-top:3%!important;}
.pt0 {padding-top:0%!important;}
.pb0 {padding-bottom:0%!important;}
.pb3 {padding-bottom:3%!important;}
.pb5 {padding-bottom:5%!important;}
.pb8 {padding-bottom:8%!important;}
.pb10 {padding-bottom:10%!important;}

div.float {
    margin: 3% auto;
}
.float p.floatr {
    float: right;
    margin: 0 0 10px 3%;
    width: 47%;
}
.float p.floatl {
    float: left;
    margin: 0 3% 10px 0;
    width: 47%;
}

.center {
	text-align:center!important;
}
.right {
	text-align:right!important;
}
.left {
	text-align:left!important;
}
span.ib {
	display:inline-block!important;
}
span.bu {
	border-bottom:1px solid;
	font-weight:500;
	font-size:100%;
}
span.bo {
	font-size:100%;
	font-weight:600;
}
span.bbig{
	font-weight:bold!important;
	font-size:120%!important;
}
span.yb {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFFAC6));
    background: -o-linear-gradient(transparent 60%, #FFFAC6 0%);
    background: linear-gradient(transparent 60%, #FFFAC6 0%);
}


@-webkit-keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
@-webkit-keyframes fadeinrl {
	from {
		opacity: 0;
		-webkit-transform: translateX(20px);
		        transform: translateX(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes fadeinrl {
	from {
		opacity: 0;
		-webkit-transform: translateX(20px);
		        transform: translateX(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes fadeinlr {
	from {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes fadeinlr {
	from {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes fadeinbt {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeinbt {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes fadeintb {
	from {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeintb {
	from {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.fadein{
	opacity:0;
	-webkit-transition : all 3s;
	-o-transition : all 3s;
	transition : all 3s;
}
.downup .fadein {
	opacity : 0;
	-webkit-transform : translate(0, 50px);
	    -ms-transform : translate(0, 50px);
	        transform : translate(0, 50px);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.updown .fadein {
	opacity : 0;
	-webkit-transform : translate(0, -50px);
	    -ms-transform : translate(0, -50px);
	        transform : translate(0, -50px);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadeinrl .fadein {
	opacity : 0;
	-webkit-transform : translate(80px, 0);
	    -ms-transform : translate(80px, 0);
	        transform : translate(80px, 0);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadeinlr .fadein {
	opacity : 0;
	-webkit-transform : translate(-80px, 0);
	    -ms-transform : translate(-80px, 0);
	        transform : translate(-80px, 0);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadein.scrollin {
	opacity : 1;
	-webkit-transform : translate(0, 0);
	    -ms-transform : translate(0, 0);
	        transform : translate(0, 0);
}

ul[class^="col2_"] > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%;
}
ul[class^="col3_"] > li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 3%;
}
ul[class^="col2_"] > li:nth-child(even), ul[class^="col3_"] > li:nth-child(3n){
    margin-right: 0;
}

/*------------------------------------*\
    ヘッダー＆フッダー00
\*------------------------------------*/
.site {
    position: relative;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.header p {
    margin-bottom: 0;
}
.header hgroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
}
.logo a {
    display: block;
    width: 400px;
}
.logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.h_cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h_cta a {
    height: 70px;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s;
}
.h_cta a:hover {
    opacity: 0.8;
}
.h_cta a .icon {
    width: 45px;
    height: 45px;
    margin-right: 5px;
}
.h_cta a .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.h_cta a div {
    text-align: center;
}
.h_cta a div p {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
}
.h_cta a div p.small_txt {
    font-size: 80%;
    font-weight: 500;
}
.h_cta .tel {
    background-color: #1c669d;
    margin-right: 10px;
}
.h_cta .form {
    background-color: #4a4848;
}
.g_navi {
    max-width: 700px;
    width: 90%;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.g_navi li a {
    display: block;
    color: #525252;
    font-size: 18px;
    font-weight: bold;
    text-shadow: rgba(255, 255, 255, 1)0 0 10px;
}.g_navi li a:hover {
    color: #1c669d;
}

.sp_nav,
.toggle_btn,
#mask {
	display:none;
}



.f_about {
    width: 100%;
    padding: 80px 0;
    background-image: url(http://dc-yukadannbou.site/wp-content/uploads/2025/12/back2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg_w {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
}
.f_logo {
    width: 400px;
    margin: 0 auto 3%;
}
.blue_txt {
    color: #1c669d;
    font-weight: bold;
    text-align: center;
}
.f_about ul {
    margin: 3% auto;
}
.f_about ul li {
    text-align: center;
}
.f_tel {
    display: flex;
    align-items: center;
    max-width: 550px;
    width: 90%;
    margin: 0 auto 3%;
    padding: 0 20px;
    border-radius: 100px;
    background-color: #1c669d;
    border: #1c669d 1px solid;
    transition: all .3s;
}
.f_tel:hover {
    opacity: 0.8;
}
.f_tel p.icon {
    width: 60px;
    height: 60px;
    padding: 8px;
    margin-right: 25px;
    border-radius: 50px;
    background-color: #fff;
    margin-bottom: 0;
}
.f_tel span {
    color: #fff;
    font-size: 60px;
}
.f_form {
    display: block;
    padding: 5px 0;
    max-width: 550px;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    text-align: center;
    position: relative;
    background-color: #4a4848;
    transition: all .3s;
}
.f_form:hover {
    opacity: 0.8;
}
.f_form::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 5px);
    left: 20px;
}
.f_form::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
}
.f_map iframe {
    display: block;
}
.copy {
    margin-bottom: 0;
    background-color: #e5ef77;
    color: #525252;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
}






/*------------------------------------*\
    共通_00
\*------------------------------------*/

.ttl1 {
    text-align: center;
    color: #1c669d;
    font-weight: bold;
    font-size: 32px;
    text-shadow: rgba(255, 255, 255, 1) 0 0 4px;
}
.ttl1 span.ib {
    color: #1c669d;
    font-weight: bold;
    font-size: 32px;
}
.ttl1 span.yellow {
    background-color: #e5ef77;
    padding: 10px 0;
    text-align: center;
    display: block;
    color: #525252;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    border-radius: 100px;
}
.ttl1 span.yellow span.ib {
    display: inline-block;
    color: #525252;
    font-weight: bold;
    font-size: 20px;
}

.ttl2 {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
}
.ttl2 span {
    display: block;
    font-size: 80%;
    color: #fff;
    text-align: center;
}
.ttl3 {
    color: #525252;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
}
.ttl4 {
    margin: 3% 0 2.5%;
    border-top: #dddddd 3px solid;
    border-bottom: #dddddd 3px solid;
    padding: 20px 0;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.ttl4 span {
    display: block;
    font-size: 20px;
    color: #1c669d;
    font-weight: bold;
    text-align: center;
}
.ttl4a {
    padding: 20px 0;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    background-color: #1c669d;
    color: #fff;
}
.ttl4a span {
    display: block;
    font-size: 20px;
    color: #e5ef76;
    font-weight: 500;
    text-align: center;
}
.ttl4b {
    padding: 20px 0;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
}
.ttl4b span {
    display: block;
    font-size: 20px;
    color: #1c669d;
    font-weight: 500;
    text-align: center;
}
.ttl5 {
    font-size: 20px;
    font-weight: bold;
    color: #525252;
    margin-bottom: 30px;
}
.ttl5 span {
    color: #1c669d;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
}
.ttl6 {
    color: #1c669d;
    font-size: 70px;
    font-weight: bold;
}
span.ib {
    display: inline-block;
}


section.bread {
    margin-bottom:3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.bread ul {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.bread li {
  display: inline;
  font-size: 14px;
}
section.bread li::after {
    content:"/";
    padding: 0 10px;
}
section.bread li:last-child::after {
    display:none;
}
section.bread li a {
    display: inline-block;
    padding: 12px 0;
}
section.bread li a:hover {
	color:#6b1e1e;
}


/*------------------------------------*\
    トップページ00
\*------------------------------------*/
.mv {
    background-image: url(http://dc-yukadannbou.site/wp-content/uploads/2025/12/mv.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 230px 0 200px 5%;
    position: relative;
    z-index: 1;
}
.mv_txt {
    width: 60%;
    max-width: 800px;
}
.medal {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.medal li {
    width: 50%;
}
.medal li img {
    width: 100%;
    object-fit: contain;
}
.mv_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.mv_bg img {
    width: 70%;
    height: 100%;
    object-fit: fill;
}
.mv_cta {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 51%;
    max-width: 510px;
}
.mv_cta a {
    display: block;
    padding: 15px 0 0 130px;
    background-color: #1c669d;
    color: #fff;
    font-weight: bold;
    clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
    position: relative;
    font-size: 30px;
}
.mv_cta::after {
    content: '';
    display: block;
    width: 130px;
    height: 130px;
    background-image: url(http://dc-yukadannbou.site/wp-content/uploads/2025/12/icon2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -15px;
    left: 0px;
    z-index: 2;
}
.mv_cta a span {
    background-color: #fff;
    color: #525252;
    padding: 5px 25px;
    font-weight: bold;
    border-radius: 100px 0 0 100px;
    display: block;
    font-size: 28px;
}
.nayami {
    background-image: linear-gradient(180deg, #1c669d 10%, rgba(255, 255, 255, 1)45%);
}
.nayami_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.nayami_list li {
    width: 30%;
    margin-bottom: 3%;
}
.nayami_cont img {
    width: 100%;
    object-fit: contain;
}
.nayami_cont .txt_area {
    padding: 20px 6px;
    background-color: #d5e1ec;
    color: #525252;
    text-align: center;
}
.nayami_cont .txt_area2 {
    padding: 20px 6px;
    background-color: #e5ef76;
    color: #525252;
    text-align: center;
}
.nayami_cont .txt_area p,
.nayami_cont .txt_area2 p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
}
p.step_txt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
p.step_txt::after {
    display: block;
    width: 60%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 30%);
    background-image: url(http://dc-yukadannbou.site/wp-content/uploads/2025/12/down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.reason_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reason_cont>div {
    width: 48%;
    margin-bottom: 4%;
}
.reason_cont .reason_img {
    position: relative;
}
.reason_img span {
    background-color: #e5ef77db;
    padding: 8px 15px;
    color: #525252;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 0;
}
.reason_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reason_cont .reason_txt {
    padding: 20px;
    box-shadow: rgba(0,0,0,.25)0 0 5px;
}
.cta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.cta li {
    width: 48%;
    margin-bottom: 4%;
}
.cta li a {
    display: block;
    width: 100%;
    height: 230px;
    position: relative;
    z-index: 1;
    transition: all .3s;
    border-radius: 10px;
}
.cta li.tel a {
    border: #1c669d solid 5px;
}
.cta li.form a {
    border: #4a4848 solid 5px;
}
.cta li a:hover {
    opacity: 0.8;
}
.cta li span.icon {
    background-color: #1c669d;
    width: 80px;
    height: 80px;
    padding: 15px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 5px;
}
.cta li.form span.icon {
    background-color: #4a4848;
}
.cta li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.cta li a p {
    margin-bottom: 0;
    font-size: 28px;
    color: #fff;
    background-color: #1c659dcc;
    padding: 0 0 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.cta li.form a p {
    background-color: #4a4848cc;
}
.cta li a p span {
    display: block;
    font-size: 16px;
    color: #fff;
}
.loop {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    background-color: #d5e1ec;
}
.loop ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 200%;
    margin: 0;
    padding: 0;
}
.loop ul:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
.loop ul + ul {
    -webkit-animation: loop2 50s  linear infinite;
    animation: loop2 50s linear infinite;
}
.loop:hover ul{
	-webkit-animation-play-state: paused;
	        animation-play-state: paused;
}
.loop ul li{
	display: inline-block;
	width: calc(100vw / 4);
    height: calc(100vw / 4);
	list-style: none;
	text-align: center;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 20px solid #ddd0;
}
.loop ul li div.product_slider {
    display: block;
    position: relative;
}
.loop ul li div.product_slider::before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}
.loop ul li div.product_slider img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
}
.loop ul li .loop_txt_area {
	background: #1c659dcc;
    height: 100%;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	padding:0 20px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.loop ul li:hover .loop_txt_area {
	opacity:1;
}
.loop ul li .loop_h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
	font-size:18px;
	margin-bottom:10px;
	display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 2; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}
.loop_read_txt {
	display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 3; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
	color:#fff;
    text-align: left;
}
.youtube {
    margin-bottom: 3%;
}
.youtube iframe {
    aspect-ratio: 16 / 9;
}
.concept {
    width: 100%;
    padding: 80px 0;
    background-image: url(http://dc-yukadannbou.site/wp-content/uploads/2025/12/back1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.concept .bg_w {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
}
.concept .bg_w p {
    font-weight: 500;
}
.qa_area {
    background-color: #d5e1ec;
}
ul.qa {
}
ul.qa li {
    margin-bottom: 2%;
    overflow: hidden;
}
ul.qa li input {
    display: none;
}
label.qa-btn {
    display: block;
    background: #fff;
    text-align: justify;
    padding: 20px 17px 20px 70px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    color: #525252;
}
label.qa-btn span {
    position: absolute;
    left: 15px;
    top: 18px;
    margin: auto;
    font-size: 24px;
    color: #525252;
}
ul.qa li input:checked ~ label.qa-btn {
    color: #fff;
    background-color: #1c669d;
}
ul.qa li input:checked ~ label.qa-btn span {
    color: #fff;
}
.show-a {
    width: 100%;
    margin: 0 auto;
    padding: 0 17px 0 70px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #1c669d;
    height: 0;
    display: block;
    position: relative;
}
.show-a > span {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 500;
    position: absolute;
    left: 15px;
    top: -5px;
    opacity: 0;
    color: #e5ef76;
}
.show-a > p {
    display: inline-block;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 18px;
    color: #fff;
}
.show-a > p a {
    color: #fff;
    font-size: 18px;
}
.show-a > p a:hover {
    color: #707070;
}
ul.qa li input:checked ~ .show-a {
    height: auto;
    opacity: 1;
    padding: 0px 17px 15px 70px;
}
ul.qa li input:checked ~ .show-a > span {
	opacity:1;
}
div.contact_f {
    margin: 5% auto;
}
div.contact_f table {
    border-collapse: separate;
    border-spacing: 0 10px;
}
div.contact_f table th {
    background: #1c669d;
    vertical-align: top;
    width: 250px;
    text-align: center;
    padding: 20px 0;
}
div.contact_f table th p {
	color:#fff;
}
div.contact_f table th p,div.contact_f table td p {
	margin-bottom:0;
}
div.contact_f table th span {
    color: #e5ef76;
    font-size: 14px;
    padding-left: 5px;
}
div.contact_f table td {
    padding: 10px 10px 5px 10px;
    background:#dddddd;
}
div.contact_f table td span.rei {
    display: block;
    margin-top: 3px;
    font-size: 14px;
}
div.contact_f table td.rdate {
    padding-bottom: 10px;
}
div.contact_f table td.rdate > p > span.wpcf7-form-control-wrap {
    display: inline-block;
    margin-right: 10px;
}
div.contact_f table td.howmany > p > span.wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: bottom;
}
td.rdate span.rei br {
    display: none;
}
div.contact_f table td span.wpcf7-list-item {
    margin: 0 1em 0 0;
    line-height: 28px;
    letter-spacing: 1px;
}
div.contact_f table td label span {
	cursor: pointer;
}
div.contact_f table td span.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
    line-height: normal;
}
div.contact_f table td span.wpcf7-form-control-wrap {
    display: block;
}
div.contact_f table td span.wpcf7-form-control {
    padding: 10px 0;
    display: block;
}
div.contact_f table td input.wpcf7-text, div.contact_f table td textarea.wpcf7-textarea, div.contact_f table td input.wpcf7-number {
    border: 1px solid #cfcfcf;
    background: #f8f8f8;
}
div.contact_f table td input.wpcf7-text {
    width: 80%;
    max-width: 400px;
    height: 35px;
}
div.contact_f table td input.wpcf7-number {
    width: 100px;
    height: 35px;
    margin-right: 5px;
}
div.contact_f table td textarea.wpcf7-textarea {
    width: 100%;
}
div.contact_f p span.wpcf7-spinner {
    vertical-align: sub;
}
div.contact_f p input.wpcf7-form-control.wpcf7-submit {
    padding: 15px 30px;
    background: #1c669d;
    font-size: 18px;
    margin-top: 50px;
    margin-left: 72px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    border: unset;
    cursor: pointer;
}
div.contact_f p input.wpcf7-form-control.wpcf7-submit:hover {
    background: #e5ef76;
    color: #1c669d;
}
div.contact_f form > p {
    text-align: center;
}
.step_txt>br,
.ttl4b>br,
.blue_txt br,
.f_about ul li>br{
	display:none;
}
.caution_list {
    padding-left: 30px;
    list-style: disc;
}
.caution_list li {
    border-bottom: #ddd dashed 3px;
    margin-bottom: 10px;
}
.caution_list li:last-of-type {
    margin-bottom: 0;
}
.caution_list li h3 {
    font-weight: bold;
    color: #1c669d;
}
.caution_list li p {
    display: inline-block;
}
.caution_list li p span.blue {
    color: #1c669d;
    margin-right: 5px;
    margin-left: 5px;
    font-weight: bold;
}
.caution>div {
    padding: 10px;
    box-shadow: rgba(0,0,0,.25)0 0 3px;
}
.caution>div>p {
    margin-bottom: 0;
}
.caution>div>p>span.red {
    font-size: 120%;
    font-weight: bold;
    color: #e1002d;
}
.dc_list1 {
    max-height: 200px;
    overflow-y: scroll;
    margin: 3% 0 !important;
    list-style: none !important;
}
.dc_list1 li {
    border-bottom: #1c669d dashed 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.dc_list1 a {
    text-decoration: none !important;
    color: #000;
    transition: all .3s;
}
.dc_list1 a:hover {
    opacity: .8;
}
.dc_ttl2 {
    padding: 0;
    margin: 5px 0 !important;
    border: none;
    white-space: nowrap; /* 折り返し無しにする */
    overflow: hidden; /* はみ出た部分を非表示 */
    text-overflow: ellipsis; /* 語尾を3点リーダーに */
    color: #1c669d;
    font-size: 20px !important;
}
.dc_read_txt {
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 2; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
    line-height: normal;
    margin: 0 !important;
}






/*------------------------------------*\
    アーカイブ00
\*------------------------------------*/





/*------------------------------------*\
    下層ページ00
\*------------------------------------*/
.entry-header {
    padding: 170px 0 60px;
    background-image: linear-gradient(0deg, rgba(28, 102, 157, 1), rgba(255, 255, 255, 1));
}
.entry-title {
    font-size: 36px;
    color: #fff;
    text-shadow: #ffffff 2px 2px 4px;
    padding-bottom: 5px;
    border-bottom: #e5ef77 10px double;
}
.ttl7 {
    margin: 2% 0 1.5%;
    font-size: 20px;
    padding: 10px;
    background-color: #1c669d;
    color: #fff;
    font-weight: bold;
}
.ttl8 {
    margin: 1.5% 0 1%;
    font-size: 18px;
    padding: 0 10px;
    color: #1c669d;
    font-weight: bold;
}
.com_btn {
    width: 250px;
    margin: 3% auto;
}
.com_btn a {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #1c669d;
    border: #1c669d 1px solid;
    text-align: center;
    color: #fff;
    font-weight: bold;
    transition: all .3s;
}
.com_btn a:hover {
    background-color: #fff;
    color: #1c669d;
}

.com_btn2 {
    width: 250px;
    margin: 3% auto 3% 0;
}
.com_btn2 a {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: #1c669d 1px solid;
    text-align: center;
    color: #1c669d;
    font-weight: bold;
    transition: all .3s;
}
.com_btn2 a:hover {
    background-color: #1c669d;
    color: #fff;
}
.read_txt {
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 4; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}





@media screen and (max-width: 1000px) {
.width {
	width:90%;
}
p {
	font-size:15.5px;
	margin-bottom:8px;
}

/*------------------------------------*\
    ヘッダー＆フッダー1000
\*------------------------------------*/
.logo a {
    width: 250px;
}
.h_cta a {
    padding: 5px;
}
.h_cta a .icon {
    width: 35px;
    height: 35px;
}
.h_cta a div p {
    font-size: 18px;
}
.h_cta a div p.small_txt {
    font-size: 12px;
}
.f_tel span {
    font-size: 55px;
}



/*------------------------------------*\
    共通_1000
\*------------------------------------*/

.ttl1,
.ttl1 span.ib {
    font-size: 30px;
}
.ttl1 span.yellow,
.ttl1 span.yellow span.ib {
    font-size: 18px;
}
.ttl2 {}
.ttl3 {}
.ttl4,
.ttl4b {
    font-size: 32px;
}
.ttl5 {}
.ttl6 {}




/*------------------------------------*\
    トップページ1000
\*------------------------------------*/
.mv {
    padding: 180px 10px 110px;
}
.mv_txt {
    width: 100%;
    margin: 0 auto;
}
.mv_bg img {
    width: 100%;
}
.medal {
    justify-content: center;
}
.medal li {
    width: 40%;
}
.mv_cta {
    width: 90%;
}
.nayami_list {
    justify-content: space-evenly;
}
.nayami_list li {
    width: 45%;
    max-width: 280px;
}
.reason_cont {
    flex-direction: column;
}
.reason_cont>div {
    width: 100%;
}
.reason_cont .reason_img {
    margin-bottom: 0;
}
.reason_list li:nth-of-type(2) .reason_cont {
    flex-direction: column-reverse;
}





/*------------------------------------*\
    アーカイブ1000
\*------------------------------------*/





/*------------------------------------*\
    下層ページ1000
\*------------------------------------*/

}





@media screen and (max-width: 700px) {

.width {
	width:96%;
}
p {
	font-size:15px;
	letter-spacing:0.5px;
	margin-bottom:5px;
}
.float p.floatr,.float p.floatl {
	float:unset;
	width:100%;
	margin:0 auto 10px;
}



/*------------------------------------*\
    ヘッダー＆フッダー700
\*------------------------------------*/
.header hgroup {
    justify-content: center;
}
.h_cta {
    display: none;
}
.navi {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #1c669d;
    left: 0;
    display: none;
}
.g_navi {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
}
.g_navi li {
    width: 100%;
}
.g_navi li a {
    padding-bottom: 10px;
    border-bottom: #ddd 1px solid;
    width: 100%;
    text-align: center;
}
	
	/*============
	nav
	=============*/
	.toggle_btn,
	#mask {
		display:block;
	}
	.sp_nav {
	  display: block;
	  position: fixed;
	  top: 0;
	  right: -300px;
	  bottom: 0;
	  width: 300px;
	  background: #ffffff;
	  overflow-x: hidden;
	  overflow-y: auto;
	  -webkit-overflow-scrolling: touch;
	  transition: all .5s;
	  z-index: 3;
	  opacity: 0;
	}
	.open .sp_nav {
	  right: 0;
	  opacity: 1;
	}
	.sp_nav .inner {
	  padding: 25px;
	}
	.sp_nav .inner ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
	.sp_nav .inner ul li {
	  position: relative;
	  margin: 0;
	  border-bottom: 1px solid #333;
	}
	.sp_nav .inner ul li a {
	  display: block;
	  color: #333;
	  font-size: 14px;
	  padding: 1em;
	  text-decoration: none;
	  transition-duration: 0.2s;
	}
	.sp_nav .inner ul li:hover {
	  color:#1c669d;
		border-bottom-color:#1c669d;
	}
	.sp_nav .inner ul li:hover a {
	  color:#1c669d;
	}
	/*============
	.toggle_btn
	=============*/
	.toggle_btn {
	  display: block;
	  position: fixed;
	  top: 10px;
	  right: 10px;
	  width: 50px;
	  height: 50px;
	  transition: all .5s;
	  cursor: pointer;
	  z-index: 3;
		background:#e5ef77;
	}
	.open .toggle_btn {
	  right: 310px;
	}
	.toggle_btn span {
	  display: block;
	  position: absolute;
	  left: calc(50% - 15px);
	  width: 30px;
	  height: 2px;
		background-color: #525252;
	  border-radius: 4px;
	  transition: all .5s;
	}
	.toggle_btn span:nth-child(1) {
	  top: calc(50% - 11px);
	}
	.toggle_btn span:nth-child(2) {
	  top: calc(50% - 1px);
	}
	.toggle_btn span:nth-child(3) {
	  top: calc(50% - -11px);
	}
	.open .toggle_btn span {
	  background-color: #525252;
	}
	.open .toggle_btn {
	  -webkit-transform: rotate(180deg);
	  transform: rotate(180deg);
	}
	.open .toggle_btn span:nth-child(1), .open .toggle_btn span:nth-child(3) {
	  width: 16px;
	}
	.open .toggle_btn span:nth-child(1) {
	  -webkit-transform: translate(-1px,4px) rotate(-45deg);
	  transform: translate(-1px,4px) rotate(-45deg);
	}
	.open .toggle_btn span:nth-child(3) {
	  -webkit-transform: translate(-1px,-6px) rotate(45deg);
	  transform: translate(-1px,-6px) rotate(45deg);
	}
	/*============
	#mask
	=============*/
	#mask {
	  display: none;
	  transition: all .5s;
	}
	.open #mask {
	  display: block;
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: #000;
	  opacity: .8;
	  z-index: 2;
	  cursor: pointer;
	}
	
.sp_cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.sp_cta a {
    height: 70px;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: all .3s;
    width: 100%;
}
.sp_cta a:hover {
    opacity: 0.8;
}
.sp_cta a .icon {
    width: 45px;
    height: 45px;
    margin-right: 5px;
}
.sp_cta a .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sp_cta a div {
    text-align: center;
}
.sp_cta a div p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}
.sp_cta a div p.small_txt {
    font-size: 80%;
    font-weight: 500;
}
.sp_cta .tel {
    background-color: #1c669d;
    margin-bottom: 10px;
}
.sp_cta .form {
    background-color: #4a4848;
}

	
	
.f_about {
    padding: 20px 0;
}
.bg_w {
    width: 95%;
    padding: 15px;
}
.f_logo {
    width: 100%;
}
.f_tel {
    width: 100%;
    padding: 5px 10px;
    justify-content: space-evenly;
}
.f_tel p.icon {
    width: 40px;
    height: 40px;
    padding: 5px;
    margin-right: 10px;
}
.f_tel span {
    font-size: 36px;
}
.f_form {
    width: 100%;
    font-size: 18px;
}
.f_form::before {
    left: 5px;
}
.f_form::after {
    right: 5px;
}
.f_map iframe {
    height: 250px;
}




/*------------------------------------*\
    共通_700
\*------------------------------------*/

.ttl1,
.ttl1 span.ib {
    font-size: 24px;
}
.ttl1 span.yellow {
    padding: 5px 20px;
}
.ttl2 {
    font-size: 30px;
}
.ttl3 {}
.ttl4,
.ttl4a, 
.ttl4b {
    font-size: 24px;
}
.ttl4b {
    padding: 0 0 20px;
}
.ttl4 span,
.ttl4a span,
.ttl4b span {
    font-size: 16px;
}
.ttl5 {}
.ttl5 span {
    font-size: 16px;
}
.ttl6 {
    font-size: 50px;
}

section.bread li {
    font-size: 12px;
}
section.bread li a {
    padding: 13px 0;
}





/*------------------------------------*\
    トップページ700
\*------------------------------------*/
.mv {
    padding: 80px 10px 100px;
}
.mv_cta a {
    padding: 15px 0 0 100px;
}
.mv_cta {
    width: 100%;
    max-width: unset;
}
.mv_cta::after {
    width: 90px;
    height: 90px;
    top: 0;
}
.mv_cta a,
.mv_cta a span {
    font-size: 20px;
}
.nayami_list li {
    width: 100%;
}
.cta {
    flex-direction: column;
}
.cta li {
    width: 100%;
}
.cta li a {
    height: 150px;
}
.cta li span.icon {
    width: 60px;
    height: 60px;
}
.cta li a p {
    font-size: 20px;
}
.loop ul li {
    width: calc(100vw / 2);
    height: calc(100vw / 2);
}
.concept {
    padding: 20px 0;
}
.concept .bg_w {
    width: 95%;
    padding: 15px;
}
div.contact_f table th,
div.contact_f table td {
    display: block;
    width: 100%;
}

	.step_txt>br,
	.ttl4b>br,
	.blue_txt br,
	.f_about ul li>br {
		display:block;
	}




/*------------------------------------*\
    アーカイブ700
\*------------------------------------*/





/*------------------------------------*\
    下層ページ700
\*------------------------------------*/
.entry-header {
    padding: 70px 0 40px;
}
.entry-title {
    font-size: 24px;
    border-width: 6px;
}

}

