/*
  Theme Name:Kenspo
  Author: Two Thousand Inc.
  Version: 1.00
*/
/* ---------- initialze ----------*/

body {
	width: 100%;
	max-width: 960px;
	box-sizing: border-box;
	background-color: #fff;
	font-family: sans-serif;
	padding: 0;
	margin: 0 auto;
}
ul,
li,
dl,
dt,
dd { list-style-type: none; padding: 0; margin: 0; }

div,
a,
p,
ul,
ol,
li,
dl,
dt,
dd,
summary,
details,
header,
footer  { box-sizing: border-box ;}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
	box-sizing: border-box;
	font-family: sans-serif;
	font-weight: normal;
	/*color: #3B4246;*/
	overflow-wrap: break-word;
	line-height: 1.1;
	font-size: 20px;
	padding: 0;
	margin: 0;
}
p {
	line-height: 1.5;
	color: #3B4246;
	margin: 0 0 32px 0 ;
}
a,a:hover {
	color: #ea6f00;
	text-decoration: none;
}
ol,ul {
	margin-bottom: 32px;
}
img {
	width: 100%;
}
summary::-webkit-details-marker {
	display: none;
}
/*
body {
    background-color: #fff;
	max-width: 960px;
	margin: 0 auto;
}
h1,h2,h3,h4,h5,p {
	font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 0;
	box-sizing: border-box;
    margin: 0; 
}
div {
	box-sizing: border-box;
}
ol,ul,li {
	font-family: 'Open Sans', sans-serif;
    list-style-type: none;
	box-sizing: border-box;
    padding: 0;
    margin: 0;
}
p,ul {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #3B4246;
	line-height: 1.7;
	margin-bottom: 32px;
}
a {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}*/

/* ---------- common functions ----------*/
.fs-72 { font-size: 72px !important; }
.fs-48 { font-size: 48px !important; }
.fs-36 { font-size: 36px !important; }
.fs-32 { font-size: 32px !important; }
.fs-30 { font-size: 30px !important; }
.fs-28 { font-size: 28px !important; }
.fs-26 { font-size: 26px !important; }
.fs-24 { font-size: 24px !important; }
.fs-22 { font-size: 22px !important; }
.fs-20 { font-size: 20px !important; }
.fs-18 { font-size: 18px !important; }
.fs-16 { font-size: 16px !important; }
.fs-14 { font-size: 14px !important; }
.fs-12 { font-size: 12px !important; }

.fc-blue { color: #004EA2 !important; }
.fc-gry	 { color: #3B4246 !important; }
.fc-wh   { color: #fff    !important; }
.fc-orange { color: #EA6F00 !important; }
.fc-blue2  { color: #107AAD !important; }
.fc-green  { color: #1F9D68 !important; }
.fc-red    { color: #EB6161 !important; }

.bg-grey  { background-color: #ededed; }
.bg-grey2 { background-color: #f0f0f0;}
.bg-lightblue   { background-color: #EDF4F5;}
.bg-lightorange { background-color: #FDF0E3;}
.bg-lightgreen  { background-color: #EDF8EF;}
.bg-wh			{ background-color: #fff !important; }

.text-left   { text-align: left;  }
.text-right  { text-align: right; }
.text-center { text-align: center; }
.text-just   { text-align: justify; }
.bold        { font-weight: bold; }
.non-bold	 { font-weight: normal; }

.mb-16p { margin-bottom: 16px !important; }
.mb-32p { margin-bottom: 32px !important; }
.mb-64p { margin-bottom: 64px !important; }
.mb-0   { margin-bottom: 0 !important; }
.pd-1em { padding: 1em !important; }

.maxwid-960p {
	max-width: 960px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.fullwidth { width: 100%; }
.wrap {
	display: block;
	width: 100%;
	padding: 0 48px;
}
.page-head.wrap {
	padding-top: 32px;
	padding-bottom: 32px;
}
.flex,
.col2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.col2 {
	justify-content: space-between;
}
.flex > img,
.col2 > img {
	width: 100%;
    height: 100%;
}
.bg-logo {
	background-image: url(/wp-content/themes/kenspo/img/footerlink-logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 256px;
	padding-top: 32px;
}
.entry-title {
	text-align: left;
	font-size: 42px;
	font-weight: bold;
	color: #004EA2;
	padding: 0;
	margin: 0 0 16px 0 !important;
}
.entry-subtitle {
	text-align: left;
	font-size: 30px;
	font-weight: 500;
	color: #3B4246;
	position: relative;
	padding-bottom: 8px;
	border-bottom: 6px solid #EDEDED;
}
.entry-subtitle::after {
	position: absolute;
	bottom: -6px;
	left: 0;
	z-index: 2;
	content: '';
	width: 96px;
	height: 6px;
	background: linear-gradient(90deg, #25B4BB, #004EA2);
}
.entry-subtitle.nobar {
	padding-bottom: 0;
	border-bottom: none;
}
.entry-subtitle.nobar::after {
	display: none;
}
.underline-yellow {
	background: linear-gradient(transparent 60%, #FFF38E 60%);
	font-weight: bold;
}
.frame-fukidasi,
.frame-gradation,
.frame-grey,
.frame-wideborder {
	width: 100%;
	margin: 0 0 32px 0;
}
.frame-fukidasi {
	text-align: center;
	position: relative;
	background-color: #DFECF0;
	font-size: 20px;
	color: #3B4246;
	padding: 16px 0;
}
.frame-fukidasi::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 20px solid #DFECF0;
	margin: auto;
}
.frame-gradation {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 128px;
	background: linear-gradient(90deg, #25B4BB, #004EA2);
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
}
.flg-now,
.flg-end {
	font-size: 60%;
	width: 5em;
	background-color: #EB6161;
	padding: 4px 2px 2px 2px;
	margin: 0 1em 0 0;
}
.flg-now { background-color: #EB6161; }
.flg-end { background-color: #869FB9; }

.frame-grey {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	background-color: #3B4246;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	padding: 16px 16px 16px 3.5em;
}
.frame-grey .flg-now,
.frame-grey .flg-end {
	position: absolute;
	text-align: center;
	left: 0;
	top: 16px;
}
.frame-simple {
	width: 100%;
	border-top: 1px solid #869FB9;
	border-bottom: 1px solid #869FB9;
	font-size: 20px;
	color: #3B4246;
	padding: 32px 48px;
	margin: 0;
}
.frame-simple2 {
	text-align: left;
	background-color: #869FB9;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 16px 1em;
}
.frame-wideborder {
	border: 10px solid #EDF4F5;
	padding: 4%;
}
.previs-link a,
.next-link a,
.btn {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #107AAD;
	border: 3px solid #107AAD;
	border-radius: 6px;
	padding: 16px;
}
.btn::after {
	display: block;
	width: 2em;
	float: right;
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	margin: 0 0 0 auto;
}
.previs-link a:hover,
.next-link a:hover,
.btn:hover {
	text-decoration: none;
	background-color: #107AAD;
	color: #fff;
}
.previs-link a,
.next-link a {
	width: 7em;
	font-size: 16px;
	padding: 8px;
}
.btn-blue {
	display: block;
	width: 50%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.9;
	text-decoration: none;
	background-color: #107AAD;
	color: #fff;
	border: 3px solid #107AAD;
	border-radius: 6px;
	padding: 16px;
	margin: 0 auto;
}
.btn-blue:hover {
	text-decoration: none;
	background-color: #fff;
	color: #107AAD;
}
.btn-nintei {
	display: block;
	width: 80%;
	max-width: 325px;
	margin: 0 auto;
}
.btn-nintei img {
	width: 100%;
}
.btn-taisaku,
.btn-shisetu,
.btn-seminer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: calc(100vw *0.37);
	max-height: 284px;
	text-align: center;
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
}
.btn-taisaku {
	background-image: url(/wp-content/themes/kenspo/img/btn-taisaku-bg.jpg);
}
.btn-shisetu {
	background-image: url(/wp-content/themes/kenspo/img/btn-shisetu-bg.jpg);
}
.btn-seminer {
	background-image: url(/wp-content/themes/kenspo/img/btn-seminer-bg.jpg);
}
.btn-taisaku p,
.btn-shisetu p,
.btn-seminer p {
	text-align: left;
	line-height: 1.25;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0.5em;
}
.btn-shisetu p {
	background-image: url(/wp-content/themes/kenspo/img/btn-shisetu-icon.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 2em;
	letter-spacing: 2px;
	padding-right: 3em;
}
.btn-taisaku p span,
.btn-shisetu p span,
.btn-seminer p span  {
	font-size: 80%;
	font-weight: normal;
	color: #fff;
}
.btn-shisetu p span {
	letter-spacing: 0;
}
.btn-taisaku a,
.btn-shisetu a,
.btn-seminer a  {
	display: block;
	width: 18em;
	border: 1px solid #fff;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
}/*
.btn-shisetu a {
	width: 24em;
}*/
.btn-taisaku a:hover,
.btn-shisetu a:hover,
.btn-seminer a:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,0.7);
	color: #107AAD;
}
.pdf-download {
	display: inline-block;
	background-image: url(/wp-content/themes/kenspo/img/icon-pdf1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 32px;
	padding: 8px 0 8px 40px;
	margin: 0;
}
.btn-bluepdf {
	display: block;
	width:100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/wp-content/themes/kenspo/img/icon-pdf3.png);
	background-repeat: no-repeat;
	background-position: 24px center;
	background-size: 48px;
	background-color: #107AAD;
	color: #fff;
	border: 3px solid #107AAD;
	border-radius: 6px;
	padding: 16px;
	margin: 0 auto;
}
.btn-bluepdf:hover {
	text-decoration: none;
	background-color: #fff;
	background-image: url(/wp-content/themes/kenspo/img/icon-pdf2.png);
	color: #107AAD;
}

/* link-blankwin */
.link-blankwin {
	text-decoration: underline;
	font-size: 20px;
}
.link-blankwin::after {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image:  url(/wp-content/themes/kenspo/img/icon-blankwin.png);
	background-position: bottom right;
	background-size: 1em;
	background-repeat: no-repeat;
	margin-left: 0.75em;
}
/* hr */
.hr-img {
	display: block;
	width: 100%;
	height: 16px;
	border-top: none;
	background-image: url(/wp-content/themes/kenspo/img/hr.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	border: none;
	padding: 0;
	margin: 0 auto 32px auto;
}
/* dl & list */
.dl-border,
.dl-border2,
.dl-border3,
.dl-dot,
.dl-vertical,
.list-number {
	width: 100%;
	padding: 0;
	margin: 0 0 32px 0;
}
/* dl-border */
.dl-border dt {
	width: 128px;
	border-right: 2px solid #869FB9;
	font-size: 20px;
	font-weight: bold;
	color: #3B4246;
	padding: 16px 0;
}
.dl-border dd {
	width: calc(100% - 128px);
	font-size: 18px;
	color: #3B4246;
	padding: 16px 0 16px 32px;
	margin: 0;
}
/* dl-border2 */
.dl-border2 dt {
	border-bottom: 3px solid #869FB9;
	font-size: 20px;
	font-weight: bold;
	color: #3B4246;
	padding: 8px 0;
	margin: 0;
}
.dl-border2 dd {
	font-size: 18px;
	color: #3B4246;
	padding: 8px 0;
	margin: 0 0 16px;
}
/* dl-border3 */
.dl-border3 {
	background-color: #F0F0F0;
	padding: 32px 128px;
	margin: 0;
}
.dl-border3 dt {
	width: 144px;
	border-right: 2px solid #869FB9;
	font-size: 20px;
	font-weight: bold;
	color: #3B4246;
	padding: 16px 0;
}
.dl-border3 dd {
	width: calc(100% - 144px);
	font-size: 18px;
	color: #3B4246;
	padding: 16px 0 16px 32px;
	margin: 0;
}
/* dl-dot */
.dl-dot dt {
	position: relative;
	width: 128px;
	font-size: 18px;
	color: #3B4043;
	padding: 8px 0 8px 16px;
	margin: 0;
}
.dl-dot dt::before {
	content: ' ';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #98a6b5;
	margin: auto;
}
.dl-dot dd {
	width: calc(100% - 128px);
	font-size: 18px;
	color: #3B4043;
	padding: 8px 0;
	margin: 0;
}
/* dl-vertical */
.dl-vertical dt {
	width: 100%;
	text-align: center;
	background-color: #ededed;
	font-size: 20px;
	color: #3B4246;
	padding: 4px 0;
}
.dl-vertical dd {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #3B4246;
	padding: 8px 0;
	margin: 0;
}
/* dl-faq */
dl.dl-faq {
	margin: 0 0 32px 0;
}
dl.dl-faq dt,
dl.dl-faq dd {
	position: relative;
	width: calc(100% - 64px);
	font-size: 20px;
}
dl.dl-faq dt {
	color: #869FB9;
	border-bottom: 1px solid #869FB9;
	padding: 20px 0;
	margin: 0 0 32px auto;
}
dl.dl-faq dd { 
	color: #3B4246;
	background-color: #F0F0F0;
	padding: 16px 24px;
	margin: 0 0 0 auto;
}
dl.dl-faq dt::before,
dl.dl-faq dd::before {
	content: '';
	position: absolute;
	display: block;
	width: 64px;
	height: 71px;
	left: -64px;
	top: 0;
	background-repeat: no-repeat;
	background-size: 48px;
	background-position: left top;
	margin: auto;
}
dl.dl-faq dt::before { background-image: url(/wp-content/themes/kenspo/img/dl-faq1.png); }
dl.dl-faq dd::before { background-image: url(/wp-content/themes/kenspo/img/dl-faq2.png); }

/* list-number */
.list-number li {
	position: relative;
	width: calc(100% - 64px);
	font-size: 20px;
	color: #869FB9;
	border-bottom: 1px solid #869FB9;
	padding: 20px 0;
	margin: 0 0 0 auto;
}
.list-number li::before {
	content: '';
	position: absolute;
	display: block;
	width: 64px;
	height: 71px;
	left: -64px;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: 48px;
	background-position: left center;
	margin: auto;
}
.list-number li:first-of-type {
	padding-top: 0;
}
.list-number li:last-of-type {
	border-bottom: none;
}
.list-number li:nth-of-type(1)::before { background-image: url(/wp-content/themes/kenspo/img/list-number1.png); }
.list-number li:nth-of-type(2)::before { background-image: url(/wp-content/themes/kenspo/img/list-number2.png); }
.list-number li:nth-of-type(3)::before { background-image: url(/wp-content/themes/kenspo/img/list-number3.png); }
.list-number li:nth-of-type(4)::before { background-image: url(/wp-content/themes/kenspo/img/list-number4.png); }
.list-number li:nth-of-type(5)::before { background-image: url(/wp-content/themes/kenspo/img/list-number5.png); }
.list-number li:nth-of-type(6)::before { background-image: url(/wp-content/themes/kenspo/img/list-number6.png); }
.list-number li:nth-of-type(7)::before { background-image: url(/wp-content/themes/kenspo/img/list-number7.png); }
.list-number li:nth-of-type(8)::before { background-image: url(/wp-content/themes/kenspo/img/list-number8.png); }
.list-number li:nth-of-type(9)::before { background-image: url(/wp-content/themes/kenspo/img/list-number9.png); }
.list-number li:nth-of-type(10)::before{ background-image: url(/wp-content/themes/kenspo/img/list-number10.png); }
.list-number li:nth-of-type(11)::before{ background-image: url(/wp-content/themes/kenspo/img/list-number11.png); }

.list-taglink.flex {
	justify-content: center;
}
.list-taglink li {
	margin: 0 8px 16px 8px;
}
.list-taglink li:last-of-type {
	margin-right: 0;
}
.list-taglink li a {
	display: block;
	background-color: #107AAD;
	border: 1px solid #107AAD;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 8px;
	margin: 0;
}
.list-taglink li a:hover {
	background-color: #fff;
	border: 1px solid #107AAD;
	color: #107AAD;
}
.list-simplelink li {
	display: block;
	position: relative;
	line-height: 2;
	padding: 0 0 0 1.5em;
	margin: 0;
}
.list-simplelink li::before {
	content: ' ';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #3b4246;
	margin: auto;
}
.list-simplenum {
	font-size: 20px;
	color: #3B4246;
	line-height: 1.7;
	padding: 0 0 0 1.75em;
	margin: 0 0 32px 0;
}
.list-simplenum li {
	list-style-type: decimal;
	list-style-position: outside;
}
/* pdf-list1 */
.pdf-list {
	padding: 0 0 0 16px;
	margin: 0 0 32px 0;
}
.pdf-list li {
	background-image: url(/wp-content/themes/kenspo/img/icon-pdf1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 48px;
	padding: 16px 0 16px 64px;
	margin: 0;
}
.pdf-list a {
	font-size: 20px;
	text-decoration: underline;
	color: #EA6F00;
}

/* pdf-list2 */
.pdf-list2 {
	border: 2px solid #107AAD;
	padding: 0;
	margin: 0 0 32px 0;
}
.pdf-list2 li {
	width: 50%;
	text-align: left;
	background-image: url(/wp-content/themes/kenspo/img/icon-pdf2.png);
	background-repeat: no-repeat;
	background-position: 16px center;
	background-size: 32px;
	border-top: 2px solid #107AAD;
	color: #107AAD;
	padding: 16px 0 16px 62px;
}
.pdf-list2 li:nth-of-type(odd) {
	border-right: 2px solid #107AAD;
}
.pdf-list2 li:nth-of-type(1),
.pdf-list2 li:nth-of-type(2) {
	border-top: none;
}
.pdf-list2 li a {
	font-size: 18px;
	color: #107AAD;
}

li.disc { 
    padding-left: 1em; 
    text-indent: -.7em;
}
li.disc:before {
    content: "• ";
    color: #81959e;
}

/* accordion */
.accordion {
    border-bottom: 1px solid #869FB9;
    margin: 0;
    padding: 0;
}

/*.accordion ul*/
.accordion .accordion-cont {
    display: none;
}
.accordion li {
    list-style-type: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.accordion input[type=checkbox] {
    position: absolute;
    opacity: 0;
    display: none;
}
.accordion label {
    cursor: pointer;
    position: relative;
    display: block;
	box-sizing: border-box;
}

.accordion input[type=checkbox]:checked + label + .accordion-cont,
.accordion input[type=checkbox]:checked + label:nth-of-type(n) + .accordion-cont {
    display: block;
    padding: 0;
    margin: 0;
}
.accordion label:before { 
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 42px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	background-size: 100%;
}
.accordion label::before { 
    background-image: url(/wp-content/themes/kenspo/img/btn-plus.png);
    background-repeat: no-repeat;
}
.accordion input[type=checkbox]:checked + label:before { 
    background-image: url(/wp-content/themes/kenspo/img/btn-minus.png);
    background-repeat: no-repeat;
}
.acc-first,
.acc-second  {
    width: 100%;
    border-top: 1px solid #869FB9;
    font-size: 28px;
	font-weight: bold;
	line-height: 1.25;
    color: #3B4246;
    padding: 32px 48px 32px 96px;
    margin: 0;
}
.acc-first > span {
	font-size: 20px;
	font-weight: normal;	
}
.acc-second {
    background-color: #EDF4F5;
}

/* ---------- Global Menu2 ----------*/
.btn-menu-icon {
	position: absolute;
	right: 0;
	display: block;
	width: 64px;
	height: 64px;
	background-image: url(/wp-content/themes/kenspo/img/icon-menu-open.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 42px;
	margin: 0 0 0 auto;
	z-index: 1001;
}
.btn-menu-close {
	background-image: url(/wp-content/themes/kenspo/img/icon-menu-close.svg);
}
.header-menu {
	display: none;
}
.header-menu {
	position: absolute;
	width: 100%;
	top: 64px;
	left: 0;
	right: 0;
	background-color: #fff;
	margin: auto;
	z-index: 1000;
}
.header-menu .menu {
	display: flex;
	flex-wrap: wrap;
	padding: 0 16px;
}
.header-menu .menu li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #eeeded;
	font-size: 16px;
	padding: 12px 0 12px 49px;
}
.header-menu .menu li a {
	line-height: 1.5;
	font-weight: bold;
	font-size: 16px;
	color: #3b4246;
}
.header-menu .menu .menu-item-has-children > a {
	position: relative;
	color: #004ea2;
}
.header-menu .menu .menu-item-has-children > a::after {
	content: '+';
	position: absolute;
	top: -16px;
	left: -49px;
	width: 49px;
	height: 49px;
	text-align: center;
	font-size: 30px;
	line-height: 1.5;
}
.header-menu .menu .menu-item-has-children > a.active::after {
	content: '-';
}
.header-menu .menu .sub-menu {
	display: none;
	margin: 0;
}
.header-menu .menu .sub-menu li {
	border-bottom: none;
	padding-left: 1.1em;
}
.header-menu .menu .sub-menu li a {
	color: #6c7174;
}
.header-menu .menu .btn-nav {
	width: 48%;
	border-bottom: none;
	padding: 16px 0 0 0;
}
.header-menu .menu .btn-nav:last-of-type {
	margin-left: 4%;
}
.header-menu .menu .btn-nav a {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #004ea2;
	color: #fff;
	padding: 12px 0;
}
.header-menu .menu .btn-nav a:hover {
	opacity: 0.8;
}

/* ---------- Global Menu ----------
.mean-container .mean-bar, .mean-container .mean-bar {
	box-sizing: border-box;
}
.mean-container {
	position: relative;
}
.mean-container .mean-bar {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 64px;
	float: none;
	background-color: #fff;
	margin: 0 auto;
	z-index: 1000;
}
.mean-container a.meanmenu-reveal {
	width: 64px;
	height: 64px;
	color: #107aad;
	box-sizing: border-box;
	z-index: 1000;
}
.mean-container a.meanmenu-reveal span {
	height: 4px;
	background: #107aad;
	margin-top: 7px;
}
.mean-container a.meanmenu-reveal.meanclose {
	font-size: 30px !important;
	color: #107aad;
	line-height: 40px;
}
.mean-container .mean-nav {
	background: #fff;
	margin-top: 60px;
}
.mean-container .mean-nav .menu {
	min-height: 92vh;
}
.mean-container .mean-nav ul {
	box-sizing: border-box;
	padding: 0 16px;
}
.mean-container .mean-nav ul li::before,
.mean-container .mean-nav ul li a.mean-expand {
	width: 48px;
	height: 58px;
	font-size: 30px;
	line-height: 30px;
}
.mean-container .mean-nav ul li::before {
	content: ">";
	position: absolute;
	font-weight: 700;
	padding: 12px 12px 12px 17px;
}
.mean-container .mean-nav ul li a {
	width: 100%;
	color: #3b4246;
	border-top: none;
	border-bottom: 1px solid #eeeded;
	font-weight: bold;
	box-sizing: border-box;
}
.mean-container .mean-nav ul li a,
.mean-container .mean-nav .sub-menu li a {
	padding: 12px 0 12px 60px;
}
.mean-container .mean-nav .sub-menu {
	padding: 0 16px 0 48px;
	border-bottom: 1px solid #eeeded;
}
.mean-container .mean-nav .sub-menu li a {
	width: 100%;
	border: none;
}

.mean-container .mean-nav li.menu-item-has-children > a {
	color: #004ea2;
}
.mean-container .mean-nav ul li a.mean-expand {
	left: 0;
	background-color: #fff;
	margin-top: 0;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background: #004ea2;
	color: #fff;
}
.mean-container .mean-nav .btn-nav {
	width: 48%;
	background-color: #004ea2;
	color: #fff;
	margin-right: 4%;
}
.mean-container .mean-nav .menu-main-menu-container > ul > li:last-of-type{
	margin-right: 0;
}
.mean-container .mean-nav .menu-main-menu-container > ul > li:last-of-type a {
	border-bottom: none;
}
.mean-container .mean-nav ul li.btn-nav::before {
	display: none;
}
.mean-container .mean-nav .btn-nav a {
	width: 100%;
	text-align: center;
	color: #fff;
	padding-left: 0;
	padding-right: 0;
}
*/


/* ---------- header-logo----------*/
header#masthead {
    width: 100%;
	height: 64px;
    padding: 0;
    margin: auto;
}
.header-area {
	position: relative;
}
.header-area .logo-img {
    position: absolute;
    top: 8px;
	left: 16px;
    z-index: 1001 !important;
}
.header-area .logo-img img {
	height: 48px;
	width: auto;
}

/* ---------- breadcrumlist ----------*/
.breadcrumlist {
	background-color: #EDEDED;
	line-height:40px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.breadcrumlist ol {
	display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
}
.breadcrumlist ol li::after {
	content: ">";
	color: #252D31;
	margin: 0 1em;
}
.breadcrumlist ol li:last-of-type::after {
	display: none;
}
.breadcrumlist ol li a {
	font-size: 14px;
	color: #252D31;
	text-decoration: underline;
}
.breadcrumlist ol li:last-of-type a {
	text-decoration: none;
}

/* ---------- top page ----------*/
/* slick */
.slick-slide img {
	width: 100%;
}
/* jsの読み込みが終わるまで縦並びになってしまう現象を防ぐ。
   jsがロードされてクラスが割り当てられてから表示させる  */
.top-slider {
	opacity: 0;
	transition: opacity .3s linear;
}
.top-slider.slick-initialized{
	opacity: 1;
}

.top-info h2 {
	position: relative;
	text-align: left;
	background-image: url(/wp-content/themes/kenspo/img/footerlink-logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #004EA2;
	font-weight: bold;
	font-size: 36px;
	line-height: 0.8;
	padding: 48px 0 32px 0;
	margin: 0 0 32px 0;
}
.top-info h2 span {
	position: absolute;
	right: 0;
	bottom: 1.75em;
	color: #3B4246;
	font-weight: 500;
	font-size: 20px;
}
.top-info .btn::after {
	display: none;
}
/* info-list */
.top-info .info-list {
	border: 1px solid #ddd;
	padding: 16px 16px 0 16px;
	margin: 0 0 32px 0;
}
.top-info .infolist-cont {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 0 0 16px 0;
	margin: 0 0 16px 0;
}
.top-info .infolist-cont:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}
.top-info .infolist-cont:hover .info-title {
	text-decoration: underline;
}
.top-info .infolist-cont .img-area {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	margin: 0;
}
.top-info .infolist-cont .img-area img {
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.top-info .infolist-cont .info-title {
	width: calc(100% - 128px);
	font-size: 20px;
	font-weight: normal;
	line-height: 1.25;
	color: #3B4246;
	padding: 0 0 0 1em;
	margin: 0;
}
.top-info .hr-img {
	margin-top: 48px;
	margin-bottom: 48px;
}


/* toppage menu-list */
.home .top-menu {
	width: 100%;
    border-top: 1px solid #107add;
    border-left: 1px solid  #107add;
}
.home .top-menu li {
	width: 33.3%;
    border: 1px solid #107add;
    border-top: none;
    border-left: none 
}
.home .top-menu li {
	width: 33.3%;
}
.home .top-submenu {
	width: 100%;
	max-width: 768px;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}
.home .top-submenu li {
	width: 32%;
	border: 1px solid #107AAD;
	margin: 10px 10px 5px 0;
}
.home .top-menu li a:hover img,
.home .top-submenu li a:hover img {
	opacity: 0.7;
}
.home .top-menu li a,
.home .top-menu li a img,
.home .top-submenu li a,
.home .top-submenu li a img {
	display: block;
	width: 100%;
}

.home .top-submenu-2 {
	width: 100%;
	max-width: 768px;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
}
.home .top-submenu-2 li {
	width: 50%;
	border: 1px solid #107AAD;
	margin: 10px 0;
}
.home .top-submenu-2 li a:hover img {
	opacity: 0.7;
}
.home .top-submenu-2 li a,
.home .top-submenu-2 li a img {
	display: block;
	width: 100%;
}
.img-link img {
	display: block;
	width: 100%;
}

/* ---------- Form-area / Contact form7 ----------*/
.form-area {
	background-color: #EDF4F5;
	padding: 32px 48px;
}
.form-area form > div,
.form-area > div {   
    margin-bottom: 32px;
}
.form-area p {
	margin-bottom: 8px;
}
.form-area p strong {
	background-color: #EB6161;
	color: #fff;
	font-size: 80%;
	font-weight: normal;
	padding: 2px;
	margin: 0 0 0 1em;	
}
.form-area input[type="text"], 
.form-area input[type="email"],
.form-area input[type="url"], 
.form-area input[type="password"], 
.form-area input[type="search"], 
.form-area input[type="tel"],
.form-area textarea{
	width: 100%;
	padding: 8px;
	font-size: 120%;
	box-sizing: border-box;
}
.form-area .address-area label,
.form-area .chk-area .wpcf7-checkbox {
	display: block;
	font-size: 120%;
	margin-bottom: 16px;
}


.form-area .address-area label input {
	width: calc(100% - 5.3em);
	margin-left: 1em;
}
.form-area .address-area label .p-region {
	width: 4.5em;
}

.form-area .address-area .postal-code1,
.form-area .address-area .postal-code2 {
	display: inline-block;
}
.form-area .address-area .postal-code1 input {
	position: relative;
	width: 3em;
	text-align: center;
	margin-left: 1em;
	margin-right: 0.5em;
}
.form-area .address-area .postal-code2 input {
	position: relative;
	width: 4em;
	text-align: center;
	margin-left: 0.5em;
}
.form-area .address-area .postal-code1 .wpcf7-not-valid-tip,
.form-area .address-area .postal-code2 .wpcf7-not-valid-tip {
	position: absolute;
	width: 14em;
	font-size: 12px;
	left: 1em;
}
.form-area .address-area .postal-code1 .wpcf7-not-valid-tip {
	left: -1.5em;
}

.form-area label {
	display: block;
}
.form-area .mwform-checkbox-field label {
	display: inline-block;
}

.form-area .btn-confirm,
.form-area .btn-back,
.form-area .btn-submit,
.form-area input[type="submit"],
.form-area input[type="button"] {
	display: block;
	width: 50%;
	border-radius: 8px;
	letter-spacing: 4px;
	font-weight: bold;
	font-size: 16px;
	padding: 12px 30px;
	margin: 16px auto 0 auto;
}
.form-area input[type="button"] {
	background-color: #fff;
	border: 1px solid #fff;
	color: #888;
}
.form-area input[type="button"]:hover {
	background-color: #888;
	border: 1px solid #fff;
	color: #fff;
}
.form-area .btn-confirm,
.form-area input[type="submit"] {
	background-color: #107AAD;
	border: 1px solid #107AAD;
	color: #fff;
}
.form-area .btn-confirm:hover,
.form-area input[type="submit"]:hover {
	background-color: #fff;
	border: 1px solid #107AAD;
	color: #107AAD;
}
.form-area .btn-back {
	background-color: #fff;
	border: 1px solid #888;
	color: #888;
}
.form-area .btn-back:hover,
.form-area input[type="button"]:hover {
	background-color: #888;
	border: 1px solid #fff;
	color: #fff;
}
.form-area .btn-submit {
	background-color: #ea6f00;
	border: 1px solid #ea6f00;
	color: #fff;
}
.form-area .btn-submit:hover {
	background-color: #fff;
	border: 1px solid #ea6f00;
	color: #ea6f00;
}
.form-area .wpcf7-submit:disabled,
.form-area button[disabled],
html input[disabled] {
	background-color: #aaa !important;
	border: 1px solid #aaa !important;
	color: #fff;
}
.form-area .wpcf7-submit:disabled:hover,
.form-area button[disabled]:hover,
html input[disabled]:hover {
	color: #fff !important;
}
.form-area .wpcf7-checkbox {
	font-size: 120%;
}
.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
	display: none;
}
.wpcf7-list-item {
	margin-bottom: 1em;
}


/* Contact Form7 Add Confirm */
.wpcf7c-conf {
	background-color: transparent;
	border: none !important;
}
.form-area .wpcf7-radio .wpcf7-list-item > label {
	display: flex;
	align-items: center;
}
.form-area .wpcf7-radio .wpcf7-list-item > label .wpcf7-list-item-label {
	margin: 0;
}

/* ---------- Form-area / WM WP Form ----------*/
.form-area .mwform-tel-field input[type="text"],
.form-area .mwform-zip-field input[type="text"] {
	width: auto;
}
.form-area  .p-region-id {
	font-size: 1.5em;
}


/* ---------- Single ----------*/
.single #post-single > .entry-content > .page-head > .entry-title {
	margin-bottom: 0 !important;
}
.single .frame-gradation.wrap {
	position: relative;
}
.single .date-label {
	display: block;
	position: absolute;
	right: 48px;
	top: -0.8em;
	background-color: #707070;
	line-height: 1;
	font-size: 16px;
	padding: 0.5em 1em 0.3em 1em;
}
.single .post-navigation {
	width: 100%;
	padding: 0 48px;
	margin: 0 0 64px 0;
}
.single .post-navigation .screen-reader-text {
	display: none;
}
.single .post-navigation .nav-links {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.single .post-navigation .nav-links .nav-previous,
.single .post-navigation .nav-links .nav-next {
	width: 64px;
	float: none;
	text-align: center;
	margin: 0 8px;
}

/* ---------- Footer ----------*/
.footer-link {
	width: 100%;
	padding: 0 48px;
	margin: 0 0 48px 0;
}
.footer-link h2 {
	background-image: url(/wp-content/themes/kenspo/img/footerlink-logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #004EA2;
	font-weight: bold;
	font-size: 36px;
	line-height: 0.8;
	padding: 40px 0 16px 80px;
	margin: 0 0 32px 0;
}
.footer-link h2 span {
	color: #3B4246;
	font-weight: 500;
	font-size: 20px;
}
.footer-link ul {
	width: 100%;
	padding: 0;
	margin: 0;
}
.footer-link ul li {
	border-top: 1px solid #869FB9;
	padding: 16px 0;
}
.footer-link ul li:last-of-type {
	border-bottom: 1px solid #869FB9;
}
.footer-link ul li a {
	display: block;
	width: 100%;
	font-size: 24px;
	color: #3B4246;
}
.footer-link ul li a::after {
	display: block;
	width: 2em;
	float: right;
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	margin: 0 0 0 auto;
}
.footer-navigation {
	display: block;
	width: 100%;
	float: none;
	margin: 0 0 48px 0;
}
.footer-navigation ul {
	background-color: #869FB9;
	width: 100%;
	margin: 0;
}
.footer-navigation ul li {
	display: block;
	text-align: left;
	border-bottom: 1px solid #fff;
	padding: 0;
	margin: 0;
}
.footer-navigation ul li a {
	display: block;
	width: 100%;
	font-size: 24px;
	color: #fff;
	padding: 16px 48px;
}
.footer-link2 ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0;
	margin: 0 0 48px 0;
}
.footer-link2 ul li {
	text-align: center;
	display: block;
	width: 18em;
	border-right: 1px solid #869FB9;

}
.footer-link2 ul li:last-of-type {
	border-right: none;
}
.footer-link2 ul li a {
	color: #252D31;
	font-size: 16px;
}
.footer-sns ul li img {
	width: 120px;
}
.site-copyright {
	display: block;
	width: 100%;
	text-align: center;
	float: none;
	padding: 0;
	margin: 0 0 16px 0;
}
.site-copyright h2 {
	margin-bottom: 16px;
}
.site-copyright h2 img {
	width: 230px;
}
.site-copyright address {
	margin-bottom: 8px;
}
.site-copyright address p,
.site-copyright address p a {
	font-size: 18px;
	font-style: normal;
	color: #252D31;
}
.site-copyright  .copyright {
	font-size: 14px;
	color: #252D31;
	margin-bottom: 8px;
}
.move-page-top {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #107AAD;
	padding: 16px;
}
.move-page-top i {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
}

/* ---------- taisaku / taisaku-list ----------*/
.post-navi {
	justify-content: space-between;
}
.dl-border .note {
	font-size: 16px;
	margin: 0;
}

/* ---------- recomm-list ----------*/
#recomm-list h4.frame-grey {
	padding: 16px;
}
#recomm-list .recomm-dl {
	justify-content: space-between;
	margin: 0 0 16px 0;
}
#recomm-list .recomm-dl .img-area {
	width: 18%;
}
#recomm-list .recomm-dl .img-area img {
	width: 100%;
}
#recomm-list .recomm-dl .dl-border {
	width: 78%;
}

/* ---------- Static Pages (Own settings)----------*/
/* infor-list */
#info-list .infolist-cont {
	border: 1px solid #f0f0f0;
	justify-content: space-between;
	padding: 16px;
	margin: 0 0 16px 0;
}
#info-list .infolist-cont > div {
	position: relative;
}
#info-list .infolist-cont .halfwidth {
	width: 49%;
}
#info-list .infolist-cont .onethirdwidth {
	width: 70%;
}
#info-list .infolist-cont .tool {
	flex-basis: 200px;
}
#info-list .infolist-cont .img-area {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
#info-list .infolist-cont .halfwidth img {
	display: block;
	width: 100%;
	height: auto;
}

#info-list .infolist-cont .fullwidth {
	padding-left: 16px;
}
#info-list .infolist-cont .date-label {
	display: block;
	text-align: right;
	font-size: 16px;
	color: #3B4246;
	margin: 0 0 1em 0;
}
#info-list .infolist-cont .info-title {
	min-height: 2.5em;
	font-size: 20px;
	color: #3B4246;
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
}
#info-list .infolist-cont .btn-blue {
	width: 8em;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0;
	font-size: 16px;
}
#info-list .hr-img {
	margin-top: 48px;
	margin-bottom: 48px;
}
#info-list .pagenum { text-align: center; }
#info-list .page-numbers { display: none; }
#info-list .page-numbers.next,
#info-list .page-numbers.prev { 
	display: inline-block;
	width: 64px;
	margin: 0 16px;
}
/* media news */
#info-list .infolist-cont.media-news .img-area {
	width: 25%;
}
#info-list .infolist-cont.media-news .img-area img {
	height: auto;
}
#info-list .infolist-cont.media-news .text-area {
	width: 72%;
}
#info-list .infolist-cont.media-news .info-title {
	min-height: fit-content;
	padding: 0;
	margin: 0 0 1em 0;
}
#info-list .infolist-cont.media-news .info-excerpt {
	margin: 0 0 48px 0;
}

/* sportstherapist */
.sportstherapist-img1 {
	width: 100%;
	max-width: 480px;
	display: block;
	margin: 0 auto;
}
#sportstherapist .acc-first {
	font-size: 20px;
	font-weight:  normal;
}
#sportstherapist .accordion .dl-border3 {
	border-top: 1px solid #869FB9;
}

/* sportstherapist >> about */
#sportstherapist-about .col2 > img {
	width: 20%;
}
#sportstherapist-about .col2 > div {
	width: 76%;
	margin: 0 0 0 4%;
}
/* nintei >> ninteimark */
#nintei-ninteimark .ninteimark-logo {
	display: block;
	width: 75%;
	max-width: 258px;
	margin: 0 auto;
}
/* nintei >> serach */
#nintei-search .accordion label.acc-second::before {
	background-image: none;
}
#nintei-search .acc-second {
	font-weight: normal;
	padding: 8px 48px;
}
#nintei-search .frame-simple {
	padding: 8px 48px;
}
#nintei-search .dl-border3 {
	padding: 8px 128px;
}
#nintei-search .dl-border3 dt {
	line-height: 1.2;
	padding: 4px 0;
}
#nintei-search .dl-border3 dd {
	line-height: 1.2;
	padding: 4px 0 4px 32px;
}

/* sidou >> program */
#shidou-program .dl-border3 {
	background-color: #fff;
}
#shidou-program .accordion-cont {
	border-top: 1px solid #869FB9;
}
#shidou-program .accordion-text {
	padding: 0 48px;
	margin: 32px 0;
}
#shidou-program .sub-text {
	padding: 0 96px;
	margin: 32px 0 0 0;
}
#shidou-program .dl-border3 {
	padding: 32px 96px;
}
/* sidou >> shidou-support */
#shidou-support .list-number li::before {
	bottom: initial;
}
#shidou-support .list-number li:first-of-type {
	padding-top: 20px;
}
/* foundationinfo */
#foundationinfo .dl-dot dt {
	width: 216px;
}
#foundationinfo .dl-dot dd {
	width: calc(100% - 216px);
}
/* kenko-program */
#kenkou-program .col2 > div {
	width: 49%;
	margin: 0;
}
#kenkou-program .col2 p {
	margin-bottom: 16px;
}
/* search page */
.search-map {
	display: block;
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 0 auto 4% auto;
}
/* 404 */
.error404 .content-area {
	padding: 0;
}


/* ---------- SP / PC Chenge Class ----------*/
@media only screen and (min-width: 750px) {
    .pc-item  { display: block; }
    .sp-item { display: none;  }
}
@media only screen and (max-width: 750px) {
    .pc-item  { display: none; }
    .sp-item { display: block;  }
}

/* ---------- SP ----------*/
@media only screen and (max-width: 750px) {
	/* ---------- common functions ----------*/
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	span,
	ul {
		font-size: 4vw;
		margin-bottom: 8%;
	}

    .fs-72 { font-size: 8vw   !important; }
    .fs-48 { font-size: 4.8vw !important; }
    .fs-36 { font-size: 4.5vw !important; }
    .fs-32 { font-size: 4.4vw !important; }
    .fs-30 { font-size: 4.3vw !important; }
    .fs-28 { font-size: 4.0vw !important; }
    .fs-26 { font-size: 3.8vw !important; }
    .fs-24 { font-size: 3.1vw !important; }
    .fs-22 { font-size: 2.8vw !important; }
    .fs-20 { font-size: 2.6vw !important; }
    .fs-18 { font-size: 2.4vw !important; }
    .fs-16 { font-size: 2.2vw !important; }
    .fs-14 { font-size: 2vw   !important; }
    .fs-12 { font-size: 1.8vw !important; }

	.mb-16p { margin-bottom: 4% !important; }
	.mb-32p { margin-bottom: 8% !important; }
	.mb-64p { margin-bottom: 16% !important; }
	.wrap {
		padding: 0 4%;
	}
	.page-head.wrap {
		padding-top: 4%;
		padding-bottom: 4%;
	}
	/* midasi */
	.entry-title {
		font-size: 5.5vw;
		margin: 0 0 4% 0 !important;
	}
	.entry-subtitle {
		font-size: 4.8vw !important;
		padding-bottom: 2%;
		border-bottom: 4px solid #EDEDED;
	}
	.entry-subtitle::after {
		position: absolute;
		bottom: -4px;
		left: 0;
		z-index: 2;
		content: '';
		width: 12%;
		height: 4px;
		background: linear-gradient(90deg, #25B4BB, #004EA2);
	}
	.frame-fukidasi,
	.frame-gradation,
	.frame-grey,
	.frame-wideborder {
			margin: 0 0 8% 0;
	}
	.frame-fukidasi {
		font-size: 4vw;
		padding: 4% 0;
	}
	.frame-gradation {
		font-size: 4.2vw;
		height: 24vw;
	}
	.frame-grey {
		font-size: 4.2vw;
		padding: 4% 4% 4% 3.5em;
	}
	.frame-simple {
		font-size: 4vw;
		padding: 8% 4%;
	}
	.frame-simple2 {
		font-size: 4vw;
		padding: 2% 3%;
	}
	/* btn */
	.btn,
	.btn-blue,
	.btn-bluepdf {
		font-size: 4.4vw;
		padding: 4%;
	}
	.btn-bluepdf {
		background-position: 6% center;
		background-size: 12%;
	}
	.link-blankwin {
		font-size: 4vw;
	}
	.previs-link a,
	.next-link a {
		font-size: 3.5vw;
		border: 2px solid #107AAD;
		padding: 4% 0;
	}
	.btn-taisaku p,
	.btn-shisetu p {
		font-size: 5.2vw;
	}
	.btn-taisaku a,
	.btn-shisetu a {
		width: 63%;
		font-size: 4.4vw;
	}
	.btn-shisetu a {
		width: 74%;
	}
	/* link-blankwin */
	.link-blankwin a {
		font-size: 4vw;
	}

	/* list */
	.dl-border,
	.dl-border2,
	.list-number,
	.dl-dot {
		margin: 0 0 8% 0;
	}
	/* dl-border */
	.dl-border dt {
		width: 20%;
		font-size: 4vw;
		padding: 4% 0;
	}
	.dl-border dd {
		width: 80%;
		font-size: 4vw;
		padding: 4% 0 4% 8%;
	}
	/* dl-border2 & 3 */
	.dl-border2 dt,
	.dl-border2 dd,
	.dl-border3 dt,
	.dl-border3 dd {
		font-size: 4vw;
		padding: 2% 0;
	}
	.dl-border2 dt {
		border-bottom: 2px solid #869FB9;
		margin: 0; 
	}
	.dl-border2 dd { margin: 0 0 4%; }

	/* dl-border3 */
	.dl-border3 {
		padding: 8%;
	}
	.dl-border3 dt{
		width: 32%;
	}
	.dl-border3 dd {
		width: 68%;
		padding-left: 4%;
	}
	/* dl-dot */
	.dl-dot dt {
		width: 30%;
		font-size: 3.8vw;
		padding: 2% 0 2% 1em;
	}
	.dl-dot dd {
		width: 70%;
		font-size: 3.8vw;
		padding: 2% 0;
	}
	.dl-dot dt::before {
		font-size: 3.8vw;
		line-height: 3.8vw;
		top: 1.15em;
		margin: 0;
	}
	/* dl-vertical */
	.dl-vertical dt {
		font-size: 4vw;
	}
	.dl-vertical dd {
		font-size: 4.4vw;
	}
	/* dl-faq */
	dl.dl-faq {
		margin: 0 0 8% 0;
	}
	dl.dl-faq dt,
	dl.dl-faq dd {
		width: 88%;
		font-size: 3.5vw;
	}
	dl.dl-faq dt {
		padding: 4% 0;
		margin: 0 0 8% auto;
	}
	dl.dl-faq dd { 
		padding: 4% 6%;
	}
	dl.dl-faq dt::before,
	dl.dl-faq dd::before {
		width: 12%;
		height: 100%;
		left: -12%;
		background-size: 80%;
	}
	/* list-number */
	.list-number li {
		width: 88%;
		font-size: 3.5vw;
		padding: 4% 0;
		letter-spacing: 0;
	}
	.list-number li::before {
		width: 12%;
		height: auto;
		left: -12%;
		background-size: 80%;
	}
	/* list-taglink */
	.list-taglink {
		margin-bottom: 6%;
	}
	.list-taglink li {
		margin-bottom: 4%;
	}
	.list-taglink li a {
		font-size: 4.6vw;
	}
	/* list-simplelink */
	.list-simplelink li {
		line-height: 1.5;
		padding-left: 1em;
	}
	.list-simplelink li::before {
		top: 0.75em;
		margin: 0;
	}
	.list-simplenum {
		font-size: 4vw;
		color: #3B4246;
		margin: 0 0 8% 0;
	}

	/* pdf-list1 */
	.pdf-list {
		padding: 0 0 0 4%;
		margin: 0 0 8% 0;
	}
	.pdf-list li {
		background-size: 12%;
		padding: 4% 0 4% 16%;
		margin: 0;
	}
	.pdf-list a {
		font-size: 4vw;
	}
	/* pdf-list2 */
	.pdf-list2 {
		margin: 0 0 8% 0;
	}
	.pdf-list2 li {
		text-align: center;
		background-position: center 16%;
		background-size: 16%;
		padding: 12% 0 1% 0;
	}
	.pdf-list2 li a {
		font-size: 3.5vw;
		color: #107AAD;
	}
	/* accordion */
	.accordion label:before { 
		left: 6%;
	}
	.acc-first,
	.acc-second  {
		font-size: 4.6vw;
		padding: 8% 8% 8% 16%;
	}
	.acc-first > span {
		font-size: 4vw;
	}

	/* ---------- SP : breadcrumlist ----------*/
	.breadcrumlist {
		padding: 0 20px;
	}
	.breadcrumlist ol {
		display:block;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		/*overflow-scrolling: touch;*/
		overflow: auto;
		white-space: nowrap;
	}
	.breadcrumlist li {
		display:inline;
	}
	.breadcrumlist ol li a {
		font-size: 3vw;
	}
	
	/* ---------- SP : top page ----------*/
	.top-info h2 {
		font-size: 5.2vw;
		line-height: 0.8;
		padding: 12% 0 8% 0;
		margin: 0 0 8% 0;
	}
	.top-info h2 span {
		bottom: 2em;
		font-size: 3.5vw;
	}
	.top-info .btn {
		font-size: 3.5vw;
		padding: 2%;
	}
	.top-info .infolist-cont {
		width: 100%;
		padding: 0 0 1em 0;
		margin: 0 0 1em 0;
	}
	.top-info .infolist-cont .img-area img {
		width: 72px;
		height: 72px;
		object-fit: contain;
	}
	.top-info .infolist-cont .info-title {
		width: calc(100% - 72px);
		font-size: 3vw;
	}
	.top-info .hr-img {
		margin-top: 12%;
		margin-bottom: 12%;
	}
	.home .top-menu li {
		width: 50%;
	}

	/* ---------- SP : Form-area / Contact form7 ----------*/
	.form-area {
		padding: 8% 4%;
	}
	.form-area form > div,
	.form-area > div {   
		margin-bottom: 8%;
	}
	.form-area p {
		margin-bottom: 2%;
	}
	.form-area .address-area label {
		margin-bottom: 4%;
	}
	.form-area input[type="submit"],
	.form-area input[type="button"] {
		width: 50%;
		font-size: 4vw;
		line-height: 2.5em;
		margin: 4% auto 0 auto;
	}

	/* ---------- SP : Single ----------*/
	.single .date-label {
		right: 4%;
		font-size: 3.4vw;
	}
	.single .post-navigation {
		padding: 0 4%;
		margin: 0 0 16% 0;
	}
	.single .post-navigation .nav-links .nav-previous,
	.single .post-navigation .nav-links .nav-next {
		width: 16%;
		margin: 0 4%;
	}

	/* ---------- SP : Footer ----------*/
	.footer-link {
		width: 100%;
		padding: 0 4%;
		margin: 0 0 8% 0;
	}
	.footer-link h2 {
		font-size: 5.2vw;
		padding: 8% 0 4% 10%;
		margin: 0 0 4% 0;
	}
	.footer-link h2 span {
		font-size: 3.5vw;
	}
	.footer-link ul li {
		padding: 4% 0;
	}
	.footer-link ul li a {
		font-size: 4.4vw;
	}
	.footer-link ul li a::after {
		width: 1.5em;
	}
	.footer-navigation {
		margin: 0 0 12% 0;
	}
	.footer-navigation ul li a {
		font-size: 4.4vw;
		padding: 4%;
	}
	.footer-link2 ul {
		justify-content: space-between;
		margin: 0 0 12% 0;
	}
	.footer-link2 ul li:nth-of-type(1),
	.footer-link2 ul li:nth-of-type(3) {
		width: 30%;
	}
	.footer-link2 ul li:nth-of-type(2) {
		width: 40%;
	}
	.footer-link2 ul li a {
		font-size: 3vw;
	}
	.site-copyright,
	.site-copyright h2 {
		margin-bottom: 4%;
	}
	.site-copyright address {
		margin-bottom: 2%;
	}
	.site-copyright address p,
	.site-copyright address p a {
		font-size: 3vw;
	}
	.site-copyright  .copyright {
		font-size: 2.8vw;
		margin-bottom: 2%;
	}
	.move-page-top {
		padding: 4%;
	}
	.move-page-top i {
		font-size: 4.8vw;
	}
	/* ---------- sp : taisaku / taisaku-list ----------*/
	.taisaku .dl-border dt {
		width: 30%;
	}
	.taisaku .dl-border dd {
		width: 70%;
	}
	.dl-border .note {
		font-size: 3vw;
		margin: 0;
	}

	/* ---------- SP : recomm-list ----------*/
	#recomm-list h4.frame-grey {
		padding: 4%;
	}
	#recomm-list .dl-border dt {
		width: 30%;
	}
	#recomm-list .dl-border dd {
		width: 70%;
	} 
	#recomm-list .recomm-dl {
		flex-direction: column;
		margin: 0 0 4% 0;
	}
	#recomm-list .recomm-dl .img-area {
		width: 100%;
		padding: 4%;
	}
	#recomm-list .recomm-dl .dl-border {
		width: 100%;
	}

	/* ---------- SP : Static Pages (Own settings)----------*/
	/* infor-list */
	#info-list .infolist-cont {
		padding: 4%;
		margin: 0 0 4% 0;
	}
	#info-list .infolist-cont .fullwidth {
		padding-left: 4%;
	}
	#info-list .infolist-cont .onethirdwidth{
		width: 100%;
	}	
	#info-list .infolist-cont .date-label {
		font-size: 3vw;
	}
	#info-list .infolist-cont .info-title {
		font-size: 3vw;
	}
	#info-list .infolist-cont .btn-blue {
		font-size: 3vw;
	}
	#info-list .hr-img {
		margin-top: 12%;
		margin-bottom: 12%;
	}
	#info-list .page-numbers.next,
	#info-list .page-numbers.prev { 
		width: 16%;
		margin: 0 4%;
	}
	/* media news */
	#info-list .infolist-cont.media-news .info-excerpt {
		margin: 0 0 10% 0;
	}
	/* sportstherapist */
	#sportstherapist .acc-first {
		font-size: 4vw;
	}
	/* sidou >> program */
	#shidou-program .accordion-text {
		padding: 0 4%;
		margin: 8% 0;
	}
	#shidou-program .sub-text {
		padding: 0 8%;
		margin: 8% 0 0 0;
	}
	#shidou-program .dl-border3 {
		padding: 8%;
	}
	/* sidou >> shidou-support */
	#shidou-support .list-number li::before {
		bottom: 0;
		background-position: left 0.8em;
	}
	#shidou-support .list-number li:first-of-type {
		padding-top: 4%;
	}
	/* foundationinfo */
	#foundationinfo .dl-dot dt {
		width: 26vw;
	}
	#foundationinfo .dl-dot dd {
		width: calc(100% - 26vw);
	}
	/* kenko-program */
	#kenkou-program .col2 > div {
		width: 100%;
		margin: 0;
	}
	#kenkou-program .col2 p {
		margin-bottom: 4%;
	}
	/* nintei >> serach */
	#nintei-search .accordion label.acc-second::before {
		background-image: none;
	}
	#nintei-search .accordion label.acc-first::before {
		left: 4%;
	}
	#nintei-search .acc-first {
		padding: 2% 4% 2% 12%;
	}
	#nintei-search .acc-second {
		font-weight: normal;
		padding: 8px 4%;
	}
	#nintei-search .frame-simple {
		line-height: 1.2;
		padding: 2% 4%;
	}
	#nintei-search .dl-border3 {
		padding: 8px 4%;
	}
	#nintei-search .dl-border3 dt {
		width: 27%;
		line-height: 1.2;
		padding: 4px 0;
	}
	#nintei-search .dl-border3 dd {
		width: 73%;
		line-height: 1.2;
		padding: 4px 0 4px 4%;
	}
}

/* ---------- iPhone ----------*/
@media only screen and (max-width: 414px) {
	/* ---------- iPhone : header-logo----------*/
	.header-area .logo-img {
		top: 16px;
	}
	.header-area .logo-img img {
		height: 32px;
		width: auto;
	}
}

/* ---------- Confirm Plus Contact Form 7 ----------*/
#wpcf7cpcnf {
	position: static !important;
    background-color: #EDF4F5 !important;
    padding: 32px 48px;
}
#wpcf7cpcnf table {
	border: none;
}
#wpcf7cpcnf table tr th,
#wpcf7cpcnf table tr td {
	width: 100%;
	display: block;
	text-align: left;
	border: none;
	background-color: transparent;
	padding: 0;
}
#wpcf7cpcnf table tr th {
	margin-bottom: 8px;
}
#wpcf7cpcnf table tr td {
	color: #666;
	padding: 0;
	margin-bottom: 32px;
}
#wpcf7cpcnf table tr th > p,
#wpcf7cpcnf table tr td > p {
	margin: 0;
}
#wpcf7cpcnf .wpcf7-submit,
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn {
	display: block;
	width: 50%;
	border-radius: 8px;
	font-weight: bold;
	font-size: 16px;
	margin: 16px auto 0 auto;
}
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn {
	background-color: #107AAD;
	border: 1px solid #107AAD;
	color: #fff;
}
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn:hover {
	background-color: transparent;
	color: #107AAD;
}
#wpcf7cpcnf .wpcf7-submit {
	background-color: #ea6f00;
	border: 1px solid #ea6f00;
	color: #fff;
}
#wpcf7cpcnf .wpcf7-submit:hover{
	background-color: transparent;
	color: #ea6f00;
}
.wpcf7cp-form-hide {
	display: none;
}

/* ---------- SP : Confirm Plus Contact Form 7 ----------*/
@media only screen and (max-width: 750px) {
	#wpcf7cpcnf {
		padding: 8% 4%;
	}
	#wpcf7cpcnf table tr th {
		margin-bottom: 2%;
	 }
	#wpcf7cpcnf table tr td {
		margin-bottom: 8%;
	}
	#wpcf7cpcnf .wpcf7-submit,
	#wpcf7cpcnf .wpcf7cp-cfm-edit-btn {
		width: 100%;
		font-size: 3.2vw;
		margin: 4% auto 0 auto;
	}
}

/* ---------- 2023.6.16 add mako ----------*/
.footer-sns {
    text-align:center;
}

.footer-sns li {
	display: inline;
}

/* ---------- 2023.7.21 add mako ----------*/
.required {
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
}


/* パスワード保護のページ */
.post-password-form {
	text-align: center;
	margin-bottom: 5em;
}
.post-password-form > p > input {
	display: block;
	margin: 2em auto 0 auto;
}

/* 学術大会オンデマンド配信ページ */
.post-password-required {
	margin-top: 32px;	
}
.gakujutsu-iframe {
	display: block;
	width: 85vw;
	height: calc(85vw * 0.56);
	max-width: 863px;
	max-height: 483px;
	margin: 0 auto 64px auto;
}
@media only screen and (max-width: 750px) {
	.gakujutsu-iframe {
		display: block;
		width: 89.5vw;
		height: calc(89.5vw * 0.56);
		margin: 0 auto 12% auto;
	}
}

/* shisetu list */
.list-shisetu {
	display: block;
	width: 100%;
	position: relative;
}
.list-shisetu .head {
	position: relative;
	width: 100%;
	border-top: 1px solid #869FB9;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.25;
	color: #3B4246;
	padding: 32px 48px 32px 96px;
	margin: 0;
}
.list-shisetu .head::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 42px;
	background-image: url(/wp-content/themes/kenspo/img/btn-plus.png);
	background-repeat: no-repeat;
	transform: translateY(-50%);
	background-size: 100%;
}
.list-shisetu[open] .head::before {
	background-image: url(/wp-content/themes/kenspo/img/btn-minus.png);
	background-repeat: no-repeat;
}
.list-prefecture {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 0 32px 0;
}
.list-prefecture .data {
	width: 18%;
	border: 1px solid #869FB9;
	margin: 0 1% 2% 1%;
}
.list-prefecture .data .title {
	text-align: center;
	border-bottom: 1px solid #869FB9;
	background-color: #F0F0F0;
	font-size: 20px;
	font-weight: bold;
	color: #3B4246;
	padding: 0.4em 0.5em;
}
.list-prefecture .data ul {
	text-align: center;
	padding: 8px 0.5em;
	margin: 0;
}
.list-prefecture .data ul a {
	font-size: 18px;
}
@media only screen and (max-width: 750px) {
	.list-shisetu .head {
		font-size: 4.6vw;
		padding: 2% 4% 2% 12%;
	}
	.list-shisetu .head::before {
		left: 4%;
	}
	.list-prefecture {
		justify-content: center;
		margin: 0 0 8% 0;
	}
	.list-prefecture .data {
		width: 30%;
	}
	.list-prefecture .data .title {
		font-size: 3.6vw;
		margin: 0;
	}
	.list-prefecture .data ul a {
		font-size: 3.5vw;
	}
}

/* 更新日: 2025-07-22 ／作成者: mako */
.wide-select {
  font-size: 16px;      /* ← ここで文字サイズを指定 */
  padding: 8px 12px;    /* ← 上下左右の余白 */
  width: 100%;
  max-width: 480px;
  box-sizing: border-box;
}
