/*
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');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&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:#000;
}
p a:hover {
	color:#3892cb;
}
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:#000;
	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, .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;}

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);
	}
}

.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
\*------------------------------------*/
#navArea {
	display:none;
}
.site-header {
	display:flex;
	justify-content:space-between;
	width:100%;
	position:fixed;
	background:rgba(255,255,255,.8);
	box-shadow:rgba(0,0,0,.25)0 -1px 4px;
	align-items:center;
	z-index:1000;
    padding: 10px 0;
}
.logo {
	margin-bottom:0;
	margin-left:10px;
    max-width: 370px;
}
.g_nav {
	display:flex;
	
}
.g_nav li {
	position:relative;
}
.g_nav li a {
	padding:20px 8px;
	font-weight:bold;
	font-family: "Noto Serif JP", serif;
	font-size:16px;
	position:relative;
	display:block;
	transition:all .6s;
}
.g_nav li a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 15px;
  border-bottom: 8px solid #3892cb;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: calc(50% - 8px);
  transition: all .6s;
  opacity: 0;
}

.g_nav li a:hover {
  color: #3892cb;
}

.g_nav li a:hover:after {
  opacity: 1;
	transform:rotateY(180deg);
}
.g_nav .sub-menu {
    display: none; /* 初期は非表示 */
    position: absolute; 
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
	left:calc(0% - 25%);
	width:max-content;
}

.g_nav li:hover > .sub-menu {
    display: block; /* ホバー時に表示 */
}

.g_nav .sub-menu li {
    padding: 5px 10px;
}

.g_nav .sub-menu li a {
	padding: 10px 0px;
    width: 100%;
    height: auto;
	text-align:center;
}
.g_nav .sub-menu li a::after {
  bottom: 0px;
}




.f_about {
	text-align:center;
	margin-top:8%;
}
.f_about .f_logo {
	width:400px;
	margin:0 auto 15px;
}
.f_about .f_logo a {
	width:100%;
	display:block;
}
.f_about .f_logo a img {
	width:100%;
	object-fit:contain;
}
.f_about p {
	margin-bottom:5px;
}
.f_nav {
	display:flex;
	justify-content:center;
}
.f_nav li a {
	padding:10px 20px;
	font-weight:bold;
	font-family: "Noto Serif JP", serif;
	position:relative;
	display:block;
	transition:all .6s;
}
.f_nav li a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  border-bottom: 8px solid #3892cb;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: calc(50% - 8px);
  transition: all .6s;
  opacity: 0;
}

.f_nav li a:hover {
  color: #3892cb;
}

.f_nav li a:hover:after {
  opacity: 1;
	transform:rotateY(180deg);
}
.f_map iframe {
	display:block;
}
.f_copy {
	text-align:center;
	color:#fff;
	font-size:14px;
	margin:0;
	background:#3892cb;
	padding:5px 0;
}




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

.ttl1 {
	font-size:32px;
	font-weight:bold;
	font-family: "Noto Serif JP", serif;
	margin-bottom:5%;
}
.ttl1 strong {
	font-weight:bold;
	font-family: "Noto Serif JP", serif;
}
.ttl2 {
	font-size:28px;
	font-weight:bold;
	color:#fff;
	margin:0 0 3%;
	font-family: "Noto Serif JP", serif;
}
.ttl2 span {
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#f5f4d5;
	margin-top:20px;
	font-family: "Noto Serif JP", serif;
}
.ttl3 {
	margin-bottom:3%;
	background:rgba(255,255,255,.9);
	font-family: "Noto Serif JP", serif;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	padding:15px 0;
}
.ttl4 {
	text-align:center;
	font-size:28px;
	font-family: "Noto Serif JP", serif;
	font-weight:bold;
	margin-bottom:5%;
}
.ttl4 span.blue_txt {
	display:block;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	font-family: "Noto Serif JP", serif;
	color:#3892cb;
	margin-top:10px;
}
.ttl4 span {
	font-weight:bold;
	font-family: "Noto Serif JP", serif;
}
.ttl4.white {
	color:#fff;
}
.ttl4.white span.ib,
.ttl4.white span.blue_txt {
	color:#fff;
}
.ttl4.tx_left {
	text-align:left;
}
.ttl4.tx_left span.blue_txt {
	text-align:left;
}
.ttl5 {
	font-size:24px;
	font-weight:bold;
	font-family: "Noto Serif JP", serif;
	text-align:center;
	margin-bottom:10px;
}
.ttl5 span {
	font-size:16px;
	font-weight:bold;
	font-family: "Noto Serif JP", serif;
	text-align:center;
	margin-bottom:10px;
	display:block;
}
.ttl6 {
	color:#fff;
	font-size:20px;
	font-weight:bold;
	padding:10px;
	font-family: "Noto Serif JP", serif;
	border-bottom:2px solid #617988;
}


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;
}
.cta1 {
	display: flex;
    margin-bottom: 3%;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.cta1 li {
	width:48%;
	margin-bottom:5%;
}
.cta1 li a {
	display:flex;
	justify-content:center;
	width:100%;
	position:relative;
	background:#d5d174;
	border-radius:50px;
	padding:20px 10px 10px;
	align-items:center;
	font-size:32px;
	color:#fff;
	transition:all .3s;
	box-shadow:rgb(175,172,95)0 4px;
	font-family: "Noto Serif JP", serif;
}
.cta1 li:nth-of-type(2) a {
	background:#3892cb;
	box-shadow:rgb(36,94,131)0 4px;
}
.cta1 li.line a {
	display:block;
	width:fit-content;
	position:relative;
	background:unset;
	border-radius:unset;
	padding:0;
	transition:all .3s;
	box-shadow:unset;
	margin:0 auto;
}
.cta1 li.line a img {
	width:100%;
	height:100px;
	object-fit:contain;
	margin:0;
}
.cta1 li a:hover {
	transform:translateY(2px);
	box-shadow:rgb(175,172,95)0 2px;
}
.cta1 li:nth-of-type(2) a:hover {
	transform:translateY(2px);
	box-shadow:rgb(36,94,131)0 2px;
}
.cta1 li.line a:hover {
	transform:translateY(2px);
	box-shadow:unset;
}
.cta1 li a span {
	background:#fff;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-align:center;
	border-radius:50px;
	box-shadow:rgba(0,0,0,.25)0 4px 6px;
	position:absolute;
	width:240px;
	top:-10px;
	left:calc(50% - 120px);
}
.cta1 li a img {
	width:70px;
	object-fit:contain;
	margin-right:10px;
}
.cta1.page-contact li:nth-of-type(2) a {
	background: unset;
    box-shadow: unset;
    box-sizing: border-box;
    padding: 0;
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.cta1.page-contact li:nth-of-type(2) a img {
	width: 100%;
    height: 100px;
    object-fit: contain;
    margin: 0;
}
.btn1 {
	width:300px;
	margin:5% auto 0;
}
.btn1 a {
	display:block;
	width:100%;
	padding:15px 0;
	text-align:center;
	color:#fff;
	background:#3892cb;
	border:solid 1px #3892cb;
	border-radius:10px;
	font-family: "Noto Serif JP", serif;
	font-weight:bold;
	box-shadow:rgba(0,0,0,.25)inset 0 0 10px;
	transition:all .3s;
}
.btn1 a:hover {
	background:#fff;
	color:#3892cb;
}
.btn1.right {
	margin-left:auto;
	margin-right: 0;
}
.btn1.bg_white a {
	background:#fff;
	color:#000;
	border:none;
}
.btn1.bg_white a:hover {
	color:#fff;
	background:#d5d174;
}


/*------------------------------------*\
    トップページ00
\*------------------------------------*/
.fv{
	position:relative;
	height:800px;
	overflow:hidden;
}
.fv_img {
	height:100%;
	margin:0;
}
.fv_img img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.fv_catch {
	position:absolute;
	top:50%;
	right:100px;
	text-align:center;
	z-index:1;
}
.fv_catch:after {
	content:'';
	width:350px;
	height:350px;
	position:absolute;
	top:-120px;
	left:calc(50% - 175px);
	background:url(https://office-shiraishi.site/wp-content/uploads/2025/09/fv_w.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	z-index:-1;
}
.fv_catch .fvc-p{
	font-weight:bold;
	font-family: "Noto Serif JP", serif;
	margin:0;
	line-height: 1.8;
    font-size: 20px;
}
.fv_img_2 {
	position:absolute;
	bottom:-15px;
	left:50px;
	margin:0;
}
.fv_img_2 img {
	width:300px;
	object-fit:contain;
}
.index1 {
	background:#3892cb;
	padding:3% 0;
	position:relative;
	z-index:1;
}
.index1:before {
	content:'';
	width:35%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background:#f5f4d5;
	clip-path: polygon(70% 0, 100% 0, 100% 100%, 0% 100%);
	z-index:-1;
}
.index1 div.float .floatr {
	width:350px;
	height:350px;
	border-radius:100%;
	background:#fff;
	margin: 40px 0 10px 3%;
}
.index1 div.float .floatr img {
	width:100%;
	height:100%;
	border-radius:100%;
	object-fit:cover;
	object-position:top;
}
.index1 p, .index1 .p {
	color:#fff;
}
.index2 {
	background:url(https://office-shiraishi.site/wp-content/uploads/2025/09/office.webp);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3% 0;
}
.list1 {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.list1 li {
	width:49%;
	margin-bottom:10px;
	background:rgba(255,255,255,.9);
	font-family: "Noto Serif JP", serif;
	font-size:18px;
	font-weight:bold;
	display:flex;
	align-items:center;
}
.list1 li img {
	width:60px;
	object-fit:contain;
	display:inline-block;
}
.index3 {
	padding-top:5%;
}
.col3 {
	display:flex;
	justify-content:space-between;
}
.index3 .col3>p {
	width:25%;
	margin:0;
}
.index3 .col3>p img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.index3 .col3>div {
	width:45%;
}
.index4 {
	padding:5% 0;
}
.index4 .col3 li {
	width:30%;
	z-index:1;
	position:relative;
}
.index4 .col3 li:before {
	content:'';
	width:250px;
	height:250px;
	border-radius:100%;
	background:#d5e9f5;
	position:absolute;
	top:0;
	left:calc(50% - 125px);
	z-index:-1;
}
.index4 .col3 li:nth-of-type(2):before {
	content:'';
	width:250px;
	height:250px;
	border-radius:100%;
	background:#f5f4d5;
	position:absolute;
	top:0;
	left:calc(50% - 125px);
	z-index:-1;
}
.index4 .col3 li .num {
	font-size:80px;
	text-align:center;
	color:#fff;
	font-family: "Noto Serif JP", serif;
	font-weight:bold;
}
.index5 {
	padding:5% 0;
	background:#3892cb;
	position:relative;
	z-index:1;
}
.index5:before {
	content:'';
	width:45%;
	height:60%;
	background:#4c9dd0;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
}
.list2 li {
	display:flex;
	justify-content:space-between;
	margin-bottom:3%;
}
.list2 li .list_img {
	width:35%;
	height: auto;
	position: relative;
	margin: 0;
	overflow: hidden;
}
.list2 li .list_img img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	position: absolute;
	top: 0;
	left: 0;
}
.list2 li div {
	width:62%;
}
.list2 li div p {
	padding:10px;
	color:#fff;
	margin: 0;
}
.index6 {
	background:url(https://office-shiraishi.site/wp-content/uploads/2025/09/office.webp);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:5% 0;
}
.index6 .width{
	width:90%;
	max-width:1400px;
}
.top_message {
	background:rgba(255,255,255,.9);
	padding:80px;
}
.top_message p {
	margin-bottom:3%;
	font-size:18px;
}
.index7 {
	padding:3% 0 5%;
}
.col2 {
	display:flex;
	justify-content:space-between;
	align-items:end;
}
.col2 .top_news_img,
.col2 .top_info_img {
	width:30%;
	margin:0;
}
.col2 .txt {
	width:67%;
}
.list5 li {
}
.list5 li a {
	display:block;
	padding:10px;
	border-bottom:2px solid #617988;
	white-space: nowrap; /* 折り返し無しにする */
    overflow: hidden; /* はみ出た部分を非表示 */
    text-overflow: ellipsis; /* 語尾を3点リーダーに */
}
.list5 li a span {
	margin-right:10px;
}
.list5 li a:hover {
	color:#3892cb;
}
.index8 {
	padding:5% 0 3%;
	background:#f5f4d5;
}
.qa-7 {
	width:100%;
	background:#fff;
	margin-bottom:10px;
}
.qa-7 summary {
    display: flex;
    align-items:flex-start;
    position: relative;
    padding: 20px;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
}
.qa-7 p {
    display: flex;
    align-items:flex-start;
    opacity: 0;
    margin: 0;
    padding:0px 20px 20px;
    color: #000;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}
.qa-7 summary span,
.qa-7 p span {
    margin-right:10px;
}






/*------------------------------------*\
    アーカイブ00
\*------------------------------------*/
.single_content {
	display:flex;
	justify-content:space-between;
}
.single_content>div {
	width:73%;
}
.single_content #secondary {
	width:25%;
}
.new_single h2,
.single_category h2 {
	font-family: "Noto Serif JP", serif;
	font-size:18px;
	font-weight:bold;
	background:#d5d174;
	padding: 5px 10px;
	color:#fff;
	margin-bottom:10px;
}
.new_single ul,
.single_category ul {
	padding: 0 5px;
	margin-bottom:20px;
}
.new_single ul li,
.single_category ul li {
	margin-bottom:10px;
}
.new_single ul a,
.single_category ul a {
	border-bottom: #818181 1px dashed;
	display:block;
	width:100%;
	padding-bottom:3px;
	white-space: nowrap; /* 折り返し無しにする */
    overflow: hidden; /* はみ出た部分を非表示 */
    text-overflow: ellipsis; /* 語尾を3点リーダーに */
	transition:all .3s;
}
.new_single ul a:hover,
.single_category ul a:hover {
	color:#3892cb;
}
.category_ttl {
	white-space: nowrap; /* 折り返し無しにする */
    overflow: hidden; /* はみ出た部分を非表示 */
    text-overflow: ellipsis; /* 語尾を3点リーダーに */
	font-size:18px;
	padding: 10px;
    background: #d5d174;
    margin-bottom: 10px;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    color: #fff;
	transition:all .3s;
}
.category_ttl span {
	font-size:14px;
	color: #fff;
	margin-right:10px;
}
.archive_content article {
	margin-bottom:3%;
}
.archive_content article a {
	padding: 10px;
    box-shadow: rgba(0, 0, 0, .25) 0 0 4px;
    display: block;
    width: 100%;
	transition:all .3s;
}
.archive_content article a:hover {
    box-shadow: rgba(0, 0, 0, .25) 0 0 2px;
	opacity:.8;
}
.archive_content article a:hover .category_ttl {
    background:#3892cb;
}
.nav-links {
	width:fit-content;
	margin:8% auto;
}
.page-numbers {
	border:solid 1px #818181;
	border-radius:5px;
	padding:10px;
}
.page-numbers.current {
	background:#3892cb;
	color:#fff;
}
a.page-numbers {
	transition:all .3s;
}
a.page-numbers:hover {
	background: #d5d174;
	color:#fff;
}
.single_nav {
	display:flex;
	justify-content:space-between;
}
.single_nav div a {
	border-radius:5px;
	padding:10px;
	transition:all .3s;
	background:#3892cb;
	color:#fff;
}
.single_nav div a:hover {
	background: #d5d174;
}
.single_nav .list_btn {
	margin: 0 10px;
}





/*------------------------------------*\
    下層ページ00
\*------------------------------------*/
.entry-header {
	padding:150px 0 40px;
	background-image: linear-gradient(90deg, rgba(56, 146, 203, 1) 80%, rgba(36, 94, 131, 1));
	border-bottom:solid 10px #d5d174;
}
.entry-title {
	font-size: 30px;
	position:relative;
	z-index:1;
	font-family: "Noto Serif JP", serif;
	font-weight:bold;
	text-shadow:rgba(255,255,255)0 0 4px;
}
.entry-title span {
	position:absolute;
	top: -50px;
	left:0;
	font-size:80px;
	color:#fff;
	opacity:0.5;
	letter-spacing:.1em;
	text-transform: uppercase;
	font-family: "Noto Serif JP", serif;
	z-index:-1;
	font-weight:bold;
}
.entry-content {
	padding:80px 0 0;
}
.ttl7 {
	font-size:28px;
	padding:10px;
	border-bottom:solid 2px #d5d174;
	margin-bottom:3%;
	font-family: "Noto Serif JP", serif;
	font-weight:bold;
	position:relative;
	z-index:1;
}
.ttl7 span{
	color:#d5d174;
	font-size:120%;
	font-family: "Noto Serif JP", serif;
	font-weight:bold;
}
.ttl7:before {
	content:'';
	width:60px;
	height:60px;
	position:absolute;
	background:#d7d262;
	opacity:0.5;
	top:-20px;
	right:0px;
	z-index:-2;
}
.ttl7:after {
	content:'';
	width:50px;
	height:50px;
	position:absolute;
	background: #e0e0e0;
    opacity: 0.8;
	top:-30px;
	right:20px;
	z-index:-1;
}
p.attention {
	border-bottom:#000 1px solid;
	padding-bottom:5px;
	width:fit-content;
}
.list3 {
	margin:10px 0;
	padding:20px;
	border:#3892cb double 8px;
}
.list3 li {
	margin-bottom:10px;
	letter-spacing:.1em;
}
.list3 li:last-of-type {
	margin-bottom:0;
}
.list3 li span {
	color:#d5d174;
	margin-right:10px;
}
.ttl8 {
	font-size:24px;
	padding:10px;
	background:#d5d174;
	margin-bottom:10px;
	font-family: "Noto Serif JP", serif;
	font-weight:bold;
	color:#fff;
}
.ttl8 span{
	color:#fff;
	font-size:120%;
	font-family: "Noto Serif JP", serif;
	font-weight:bold;
}
.list4 li {
	margin-bottom:3%;
	background:#f4f4f4;
}
.list4 li p {
	padding:0 20px;
}
.list4 li p:last-of-type {
	padding:0 20px 10px;
}
.table_area {
	overflow-y:scroll;
}
.table1 {
	min-width:750px;
}
.table1 th,
.table1 td {
	padding:10px 0 10px 10px;
	border:solid 1px #3892cb;
}
.table1 th {
	font-size:20px;
	font-family: "Noto Serif JP", serif;
	font-weight:bold;
	background:#3892cb;
	color:#fff;
}
.table1 tr th:nth-of-type(1) {
	border-right:#fff 1px solid;
}
.table1 tr th:nth-of-type(2) {
	border-right:#fff 1px solid;
}
.table1 tr td:nth-of-type(1) {
	width:30%;
}
.table1 tr td:nth-of-type(2) {
	width:20%;
}
.table1 tr td:nth-of-type(3) {
	width:50%;
}
.txt_box1 {
	padding:15px;
	box-shadow:rgba(0,0,0,.25)0 0 3px;
}
.txt_box1 p {
	margin-bottom:0;
	color:#484848;
}
.youtube iframe {
	aspect-ratio: 16 / 9;
}
.float p.floatr.circle {
	border-radius: 100px;
    width: 200px;
    height: 200px;
	border: solid 2px #3892cb;
}
.float p.floatr.circle img {
	border-radius: 100px;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}
.table2 {
    border-collapse: unset;
    border-spacing: 10px;
}
.table2 th,
.table2 td {
	padding:10px 0 10px 10px;
}
.table2 th {
	width:200px;
	font-size:20px;
	font-family: "Noto Serif JP", serif;
	font-weight:bold;
	color:#fff;
	background-image: linear-gradient(135deg, rgba(56, 146, 203, 1) 50%, rgba(36, 94, 131, 1));
    border-bottom: solid 5px #d5d174;
}
.table2 td a:hover {
	color:#3892cb;
}
.table2.form th {
	width: 260px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    vertical-align: top;
    color: #fff;
}
.table2.form th p {
	font-size:18px;
	font-family: "Noto Serif JP", serif;
	font-weight:bold;
	color:#fff;
	margin-bottom:0;
}
.table2.form th p span{
	background: #d5d174;
	padding:5px;
	border-radius:5px;
    margin-left: 5px;
    font-size: 14px;
	font-family: "Noto Serif JP", serif;
	font-weight:bold;
	color:#fff;
}
.table2.form td {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}
.table2.form td span {
    line-height: 28px;
    letter-spacing: 0.5px;
}
.table2.form td span.rei {
    display: block;
    font-size: 14px;
}
div.wpcf7 td input.wpcf7-text {
    height: 30px;
    background: #fff;
    border: 1px solid #767676;
    color: #000;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    width: 40%;
    min-width: 300px;
}
div.wpcf7 td textarea.wpcf7-textarea {
    width: 100%;
    background: #efefef;
    color: #000;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}
form > p {
    text-align: center;
}
div.wpcf7 p input.wpcf7-submit {
    padding: 10px 18px 10px 23px;
    background: transparent;
    background: #3892cb;
    -webkit-transition: 0.2s 
ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s 
ease-in-out;
    font-size: 18px;
    font-weight: normal;
    border-radius: 5px !important;
    color: #fff;
    margin-top: 50px;
    letter-spacing: 5px;
    margin-left: 72px;
}
div.wpcf7 p input.wpcf7-submit:hover {
    background: #d5d174;
    color: #000;
    cursor: pointer;
}
.voice {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.modal-1__wrap {
    display: inline-block;
	width:30%;
	border:solid 5px #d5d174;
	margin-bottom:3%;
}
.modal-1__wrap:nth-child(even) {
	border:solid 5px #3892cb;
}
.modal-1__wrap:nth-child(even)  .ttl7 {
	border-bottom:solid 2px #3892cb;
}
.modal-1__wrap:nth-child(even)  .ttl7 span{
	color:#3892cb;
}
.modal-1__wrap:nth-child(even)  .ttl7:before {
	background:#3892cb;
}
.modal-1__wrap:nth-child(even)  .ttl8 {
	background:#3892cb;
}
.modal-1__wrap input {
    display: none;
}

.modal-1__open-label,
.modal-1__close-label {
    cursor: pointer;
}

.modal-1__open-label {
    color: #4f96f6;
}

.modal-1__open-label:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #c7511f;
}

.modal-1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-1__open-input:checked + label + input + .modal-1 {
    display: block;
    animation: modal-1-animation .6s;
}

.modal-1__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 650px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-1__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.4em;
}

.modal-1__content {
    max-height: 80vh;
    overflow-y: auto;
    padding: 30px;
}
.modal-1__content p>img {
	width:50%;
	object-fit:contain;
}

.modal-1__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-1-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

    .modal-1__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-1__content-wrap {
        width: 90vw;
    }

    .modal-1__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}
.txt_box2 {
	padding:20px;
	position:relative;
	z-index:1;
}
.txt_box2:before {
	content:'';
	display:block;
	width:calc(100% - 10px);
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:#3892cb;
	z-index:-1;
}
.txt_box2:after {
	content:'';
	display:block;
	width:calc(100% - 10px);
	height:100%;
	position:absolute;
	top:10px;
	right:0px;
	background:#a4a4a4;
	z-index:-2;
}
.txt_box2 p {
	color:#fff;
	text-shadow:rgba(0,0,0,.25)0 0 3px;
}
.page-visa1,
.page-visa2,
.page-apostille1 {
	position:relative;
	z-index:1;
}
.page-visa1 li p,
.page-visa2 li p,
.page-apostille1 li p {
	text-shadow:rgba(0,0,0,.25)0 0 2px;
}
.page-visa1:before {
	content:'';
	display:block;
	background:url(https://office-shiraishi.site/wp-content/uploads/2025/10/service-visa1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0.2;
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	right:0;
	z-index:-1;
}
.page-visa2:before {
	content:'';
	display:block;
	background:url(https://office-shiraishi.site/wp-content/uploads/2025/10/service-visa2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0.2;
	width:300px;
	height:300px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:-1;
}
.page-apostille1:before {
	content:'';
	display:block;
	background:url(https://office-shiraishi.site/wp-content/uploads/2025/10/page-apostille1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0.2;
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	right:0;
	z-index:-1;
}





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

/*------------------------------------*\
    ヘッダー＆フッダー1000
\*------------------------------------*/
	#navArea {
		display:block;
	}
	#site-navigation {
		display:none;
	}
	.logo {
		margin-left:0px;
	}
#navArea nav {
  display: block;
  position: fixed;
  top: 0;
  left: -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;
}
#navArea.open nav {
  left: 0;
  opacity: 1;
}
#navArea nav .inner {
  padding: 25px;
}
#navArea nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navArea nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #d5e9f5;
}
#navArea nav .inner ul li a {
  display: block;
  color: #3892cb;
  font-size: 16px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
#navArea nav .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  #navArea nav {
    left: -220px;
    width: 220px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#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;
}



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

.ttl1 {}
.ttl2 {}
.ttl3 {}
.ttl4 {}
.ttl5 {}
.ttl6 {}
.cta1 li a img {
    width: 50px;
}
	.cta1 li a {
		font-size:28px;
	}
	.cta1 li a span {
		width: 200px;
		left: calc(50% - 100px);
	}
	.cta1.page-contact li:nth-of-type(2) a img {
		height: 80px;
	}



/*------------------------------------*\
    トップページ1000
\*------------------------------------*/
	.fv {
		height:unset;
	}
	.fv_img {
		filter: opacity(0.7);
	}
	.fv_catch {
		top: 25%;
		right: 10px;
		text-shadow: rgba(255, 255, 255) 0 0 4px;
	}
	.index1 div.float .floatr {
		width: 200px;
		height: 200px;
	}
	.index1 p, .index1 .p {
		text-shadow: rgba(0, 0, 0) 0px 0 5px;
	}
	.col3 {
		flex-wrap:wrap;
	}
	.index3 .col3>p {
		width: 48%;
		margin-bottom:3%;
	}
	.index3 .col3>div {
		width: 100%;
	}
	.top_message {
		padding:40px;
	}



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





/*------------------------------------*\
    下層ページ1000
\*------------------------------------*/
	.entry-header {
		padding: 120px 0 30px;
	}
	.entry-content {
		padding: 40px 0 0;
	}
	.ttl7 {
		font-size:24px;
	}
	.ttl8 {
		font-size:20px;
	}

}

@media screen and (max-width:750px) {
	.fv_img_2 img {
		width:210px;
	}
}





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

.width {
	width:96%;
}
p, .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
\*------------------------------------*/
	.site-header {
		height:60px;
	}
	.logo {
		width:280px;
		margin-left:10px;
	}
	.logo img {
		width:100%;
		height:100%;
		object-fit:contain;
	}
	.f_about .f_logo {
		width:100%;
	}
	.f_nav {
		flex-direction:column;
	}
	.f_nav li a {
		text-align:center;
		padding:10px;
		color: #3892cb;
		border-bottom: 1px solid #d5e9f5;
	}
	.f_nav li a::after {
		display:none;
	}
	.f_nav li a:hover {
		text-align:center;
		padding:10px;
		color: #d5d174;
		border-bottom: 1px solid #d5d174;
	}



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

.ttl1 {
	font-size:28px;
	}
.ttl2 {
	font-size:24px;
	text-shadow:rgba(0,0,0)0 0 5px;
	}
	.ttl2 span {
		font-size:16px;
	}
.ttl3 {
	font-size:20px;
	}
.ttl4 {}
.ttl5 {}
.ttl6 {
	font-size:18px;
	}

section.bread li {
    font-size: 12px;
}
section.bread li a {
    padding: 13px 0;
}
	.cta1 {
		flex-direction:column;
	}
	.cta1 li {
		margin-bottom:8%;
		width:100%;
	}
	.btn1.right {
		margin:5% auto;
	}





/*------------------------------------*\
    トップページ700
\*------------------------------------*/
	.fv {
		height:400px;
	}
	.fv_catch {
        top: calc(50% - 25%);
        right:unset;
		left:10px;
    }
	.fv_catch .fvc-p {
		font-size:14px;
	}
	.fv_img_2 img {
		width:160px;
		transform:rotateY(180deg);
	}
	.fv_img_2 {
		right: 10px;
		left:unset;
	}
	.fv_catch:after {
		width: 250px;
		height: 250px;
		top: -55px;
		left: calc(50% - 125px);
	}
	.index1 {
		background:#f5f4d5;
		padding:5%;
	}
	.index1:before {
		background:#3892cb;
		width:97%;
		height:95%;
		top:5%;
		left:3%;
		clip-path:unset;
	}
    .index1 div.float .floatr {
        width: 150px;
        height: 150px;
        margin: 0;
    }
	.list1 li {
		width:100%;
		align-items:flex-start;
	}
	.list1 li img {
		width:35px;
	}
	.index4 .col3 {
		flex-direction:column;
	}
	.index4 .col3 li {
		width:100%;
	}
	.list2 li {
		flex-direction:column;
	}
	.list2 li .list_img {
		width:100%;
		max-height: 150px;
	}
	.list2 li div {
		width:100%;
	}
	.list2 li .list_img img {
		position: unset;
	}
	.index5:before {
		width:65%;
	}
	.index6 {
		padding:3% 0;
	}
	.index6 .width {
		width: 96%;
	}
	.top_message {
		padding:15px;
	}
	.top_message p {
		font-size:16px;
	}
	.col2 {
		flex-direction:column;
	}
	.col2 .top_news_img,
	.col2 .top_info_img,
	.col2 .txt {
		width:100%;
	}
	.index7 .col2:nth-of-type(2) {
		flex-direction:column-reverse;
	}
	.list3 li a {
		padding:5px;
	}
	




/*------------------------------------*\
    アーカイブ700
\*------------------------------------*/
.single_content {
	flex-direction:column;
}
.single_content>div,
.single_content #secondary {
	width:100%;
}




/*------------------------------------*\
    下層ページ700
\*------------------------------------*/
	.entry-title {
		font-size: 23px;
	}
	.entry-title span {
		font-size: larger;
		bottom:15px;
	}
	.ttl7 {
		font-size:22px;
	}
	.ttl7:before {
		top:unset;
		bottom: 5px;
		width: 50px;
		height: 50px;
	}
	.ttl7:after {
		top:unset;
		bottom:25px;
		width: 40px;
		height: 40px;
	}
	.ttl8 {
		font-size:18px;
	}
	.list3 {
		padding:10px;
	}
	.table2 th,
	.table2 td {
		display:block;
		width:100%;
		text-align:center;
		padding:10px 0;
	}
	.table2.form {
		border-collapse: unset;
		border-spacing: 0px;
	}
	.table2.form th,
	.table2.form td {
		width:100%;
		text-align:left;
	}
	.modal-1__wrap {
		width:48%;
	}
}

/*------------------
25.11.28 DC追記
--------------------*/
.read_txt  {
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 4; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}
.list6 {
    padding: 20px 30px;
    list-style: disc;
    border: #3892cb solid 3px;
}
.list6 li {
    border-bottom: #999 dashed 3px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.list6 li:last-of-type {
    margin-bottom: 0;
}
.list6 li p {
    margin-bottom: 0;
}
/*-------------------
25.12.11 DC追記
----------------------*/
.dc_column {
    margin: 3% auto;
    width: 90%;
    max-width: 1200px;
}
.dc_ttl1 {
    color: #3892cb;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 2%;
    font-size: 24px;
}
.dc_list1 {
    max-height: 200px;
    overflow-y: scroll;
    margin: 3% 0 !important;
    list-style: none !important;
}
.dc_list1 li {
    border-bottom: #3892cb dashed 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.dc_list1 a {
    text-decoration: none !important;
    transition: all .3s;
    color: #000;
}
.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: #3892cb;
    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;
    color: #000;
}
.dc_column_link {
    text-align: right !important;
}
.dc_column_link a {
    text-decoration: none !important;
    color: #000;
    transition: all .3s;
}
.dc_column_link a:hover {
    color: #3892cb;
    opacity: .8;
}