@import url(bootstrap_btn.css);

/* ------------------------------------------------------- */


/* css reset --------------------------------------------- */


/* ------------------------------------------------------- */
/**/
.top_topics tbody tr.row-1 td.column-1 {
    vertical-align: middle;
    background-color: #1b294f;
    color: #FFF;
    text-align: center;
    font-size: 16px;
	min-width: 90px;
}
.top_topics tbody tr.row-1 td.column-1 {

    vertical-align: middle;
    background-color: #1b294f;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    min-width: 110px;
    background-image: url(../images/bulue_green_s2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    font-weight: bold;

}
.tablepress.top_topics {

    border-bottom: 1px solid #0a53ba;
    border-top: 1px solid #0a53ba;

}
.tablepress.top_topics {
    margin: 0;
margin-top: 2rem;
}
.tablepress.top_topics td, .tablepress.top_topics th {

    padding: 12px;
}
/* HTML5 display-role reset for older browsers */
a:visited{
  border: none;
}
/* IE8+, Chrome */
input, button {
  outline: 0;
}

/* Firefox */
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
article{
    max-width: 800px;
    margin: auto;
}
body.home article{
    max-width: 100%;
    margin: auto;
}
ul,
li{
margin: 0;
padding:0;
}
.flex-end{
display: flex;
align-items: flex-end;
}
a:focus, *:focus { outline:none; }
/*1127追加*/
section#end{
margin-bottom: 0;
}
.logo a {
    display: block;
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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


/*table { border-collapse: collapse; border-spacing: 0; }*/

.clear {
  clear: both;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

/*-------------------- Side_nenu --------*/
#primary{
float: left;
width: 800px;
margin-right: 20px;
}
#secondary{
float: right;
padding-top: 20px;
width: 300px;
}
div#sidebar1{

}
div#sidebar1 .s_menu_wrapp{
box-shadow: 0px 5px 11px 8px #eee;
}

div#sidebar1 .s_menu_ttl{
padding: 0.8em;
border-top: solid 3px#00a0e9;
border-bottom: solid 3px#00a0e9;
color:#5c6268;
font-weight: bold;
}

.side_menu li
{

    border-bottom: dashed 1px #ddd;

}
.side_menu .inner li a{


    font-size: 13px;
    font-weight: bold;
    color:  #5c6268;


}
.side_menu li p{

    padding-left: 35px;
position: relative;
}
.side_menu li p:before
{
content: "\f105";
color:#00a0e9;
font-family: "Font Awesome 5 Free";
  font-weight: 900;
font-size: 18px;
display: block;
position: absolute;
left: 20px;
top: -2px;
}
.side_menu li p.non_ac::before {
    content: "\f068";
    color: 
#00a0e9;
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 18px;
display: block;
position: absolute;
left: 15px;
}

.side_menu li p.open:before
{
  -webkit-transform: rotate(-45deg);
  transform: rotate(90deg);
}
.side_menu li p.non_ac.open::before {
    -webkit-transform: none;
    transform: none;
}

a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.side_menu {padding-left: 5px;}
.side_menu ul.inner {display: none;}
.side_menu ul.inner {
    margin-left: 34px;
margin-bottom: 15px;
}
.side_menu .inner li {
border: none;
}
ul.inner{display: none;}
.side_menu p,
.side_menu p a{
cursor: pointer;
font-size: 15px;
font-weight: bold;
color:#5c6268;}

.side_menu p.ac1{background: #FFF;}
.side_menu p.ac2{background: #FFF;}
.side_menu p.ac3{background: #FFF;}
.side_menu .inner li{padding: 8px 0;}

.side_menu .inner li {

    background: #eee;
padding-left: 15px;
}

/*本文幅*/


/* 画面外にいる状態 */

.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}


/* 画面内に入った状態 */

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}


/* 調整 */

p.indent-1 {
  padding-left: 2em;
  text-indent: -1em;
  margin: 0;
  margin-left: 0rem;
  /*1121*/
}
p.indent-1-5 {
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin: 0;
	margin-left: 0px;
    margin-left: 1rem;
}
p.indent-2 {
padding-left: 2em;
text-indent: -2em;
margin: 0 0 0 1rem;

}

p.indent-3 {
  padding-left: 3em;
  text-indent: -3em;
  margin-bottom: 1rem;
  margin-left: 1rem;
  /*1121*/
}

p.indent-3_mb0 {
  padding-left: 2.7em;
  text-indent: -2.7em;
  margin: 0;
}

dt.syncer-acdn, .syncer-acdn-faq dd {
  padding-left: 1em;
  text-indent: -1em;
}


/*行間なし段落*/

p.non_mb {
  margin-bottom: 0;
}

div#anc_pubarticle1 {}

.t_right {
  text-align: right;
}

.t_left {
  text-align: left;
}

.t_center {
  text-align: center;
}

.m0 {
  margin: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb10 img {
  margin: 10px auto;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.p_left40 {
  padding-left: 40px;
}

/* スライダー　*/
div#n2-ss-5 .n2-style-0dfcc93d26ded644e92fb1d300cbbfe1-simple {
padding: 0px 20px !important;
}
div#n2-ss-5 .n2-ss-slide-backgrounds {
top: -25px !important;


}


.anchor {
  /*display: block;*/
  padding-top: 200px;
  margin-top: -200px;
  /*   display: inline-block; /* ★これ重要！ */
  /*   vertical-align: top; /* ★これ重要！ */
}



/* 開閉する要素 */


/******************************
	Q&A形式
******************************/

dl.syncer-acdn-faq {
  max-width: 840px;
}

.syncer-acdn-faq {
  margin: 1.5em 0 0;
}


/*よくある質問*/


/*Q*/

div.faq_wrap .syncer-acdn-faq dt {
  margin: 0 0 5px;
  padding: 8px 0 8px 50px;
  background-image: url("../images/common/Q.png");
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: 10px 0px;
}


/*A*/

div.faq_wrap .syncer-acdn-faq dd {
  margin: 0 0 10px 0;
  padding: 8px 0 8px 70px;
  background-image: url("../images/common/A.png");
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: 30px 5px;
}

div.faq_wrap dt.syncer-acdn, div.faq_wrap .syncer-acdn-faq dd {
  text-indent: 0;
}

.syncer-acdn-faq dt:hover {
  cursor: pointer;
  color: #777;
}

.syncer-acdn-faq dt {
  font-weight: 700;
}

.syncer-acdn-faq dd {
  display: none;
  padding: 12px 0 1.5em 1.5em;
}


/*.syncer-acdn-faq.icon dt:before {
/*  content: '';/*何も入れない*/


/*  display: inline-block;/*忘れずに！*/


/*  width: 25px;/*画像の幅*/


/*  height: 25px;/*画像の高さ*/


/*  background-image:  url("../images/common/Q.png");
  background-size: contain;
vertical-align: text-bottom;
		background-repeat:no-repeat;
	margin-right: 5px;
}*/


/*.syncer-acdn-faq.icon dd:before {
/*.  content: '';/*何も入れない*/


/*.  display: inline-block;/*忘れずに！*/


/*.  width: 25px;/*画像の幅*/


/*.  height: 25px;/*画像の高さ*/


/*.  background-image:  url("../images/common/A.png");
  background-size: contain;
vertical-align: text-bottom;
	background-repeat:no-repeat;
	margin-right: 5px;
}*/

.arrow_btn {
  display: inline-block;
  position: relative;
  width: 200px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #1B1B1B;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #1B1B1B;
  transition: transform ease .3s;
}

.arrow_btn:hover {
  cursor: pointer;
  text-decoration: none;
}

.arrow_btn span {
  display: inline-block;
  text-decoration: none;
  transition: transform ease .3s;
}

.arrow_btn:hover span {
  cursor: pointer;
  text-decoration: none;
  transform: translateY(3px);
}

.fa-angle-double-down::before {
  content: "\f103";
  margin-left: 30px;
}

.area_box_wrap dt.syncer-acdn, .syncer-acdn-faq dd {
  text-indent: 0;
}

.area_box_wrap .syncer-acdn-faq dt, .syncer-acdn-faq dd {
  margin: 0;
}

.area_box_wrap .syncer-acdn-faq dt.syncer-acdn.area {
  margin-bottom: 10px;
}


/* リンク集　アンカーリンク */




ul.link_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.link_wrap li {
  list-style: disc;
  margin-bottom: 24px;
    margin-left: 20px;
  width: 47%;

}

ul.link_wrap li a {
  color: #333;
}

ul.link_wrap.daikyo li {
    list-style: disc;
    margin-bottom: 24px;
    width: 22%;

    margin-left: 20px;
}
/*サイトマップ*/

#footLinkWrap_cont ul li {
  display: inline-block;
  margin-right: 20px;
}


/* 内部リンク */

.link {
  position: relative;
  padding-left: 1.2rem;
  color: #1b04ac;
}

.link:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c1";
  color: #1b04ac;
  margin-right: .4em;
  position: absolute;
  margin-left: -1.2rem;
  text-indent: 0;
}


/*外部サイトへ*/

.link_out {
  position: relative;
  color: #1b04ac;
  /*margin-right: 1.5rem;*/
}

.link_out:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #1b04ac;
  position: absolute;
  position: relative;
  margin-left: 5px;
}

ul.external-link li:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}


/*　後ろにPDF　*/

.pdf:after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 25px;
  /*画像の幅*/
  height: 25px;
  /*画像の高さ*/
  background-image: url("../images/common/icon_3g_48.png");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}


/*top　バナー*/

.flex_bn-box {
  display: flex;
  /* フレックスボックスにする */
  justify-content: center;
  flex-wrap: wrap;
}

.flex_bn-item {
  width: 380px;
  margin: 15px;
}


/*モーダル*/
.modaal-close:focus::after, .modaal-close:focus::before, .modaal-close:hover::after, .modaal-close:hover::before {
    background: 
    #f8de06;
}
.modaal-inner-wrapper {
  position: relative;
}

.modaal-wrapper .modaal-close {
  background: #0093ff;
  position: absolute;
}

.modaal-wrapper ul.toc_list {
  border: solid 2px skyblue;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.modaal-wrapper ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.modaal-wrapper ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  /*アイコンの種類*/
  font-weight: 900;
  position: absolute;
  left: 1em;
  /*左端からのアイコンまでの距離*/
  color: skyblue;
  /*アイコン色*/
}

a {
  color: #333;
}

body.page-template-page-guideline ul#menu-menuheader li.guideline {
  background-color: #6799df;
}

body.page-template-page-general ul#menu-menuheader li.general {
  background-color: #6799df;
}

body.page-template-page-agency ul#menu-menuheader li.agency {
  background-color: #6799df;
}

body.page-template-page-member ul#menu-menuheader li.member {
  background-color: #6799df;
}

html, body {
  margin: 0;
  padding: 0;
}


/* ネイティブeditor */


/*div{
    overflow: hidden;
}*/

p {
  display: block;
  margin: 1em 0;
  line-height: 1.6;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}


/* img */

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}


/* clearfix */

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/* shimizu-edit */

section {
  /*padding-bottom: 50px;*/
  margin-bottom: 1.3rem;
}

html, body {
  width: 100%;
 font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  display: block;
  font-size: 1.17em;
}

button {
 font-family: 'Noto Sans JP' !important;
}

body {
  margin: 0;
}

img {
  /*display: block;*/
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a.btn {
  color: white;
}

.wrap {
  width: 1000px;
width: 1120px;
  margin: auto;
}

header .wrap {
  display: flex;
  justify-content: space-between;
}

/* スクロールで固定 */
#headMenu{
width: 100%;

}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
header.fixed .header {
    padding: 30px 0 15px;
    display: none;
}


header .header {
  padding: 30px 0 15px;
}

header .header .logo {
  width: 300px;
}

header .header .search {
  text-align: right;
}

#headfuncWrap{
margin: auto 0;
}
header .header .search input {
border-radius: 50px;
line-height: 30px;
border: solid 1px #262626;
font-size: 14px;
text-align: left;
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 900;
text-decoration: inherit;
width: 150px;
height: 34px;
text-indent: 25px;
}

header .header button {
  font-size: 15px;
  margin-top: 10px;
  padding: 5px 10px;
  width: 150px;
  color: white;
}

header .btn-contact {
  background-color: #f6961a;
}

header .btn-login {
  background-color: #0e0066;
}
/*ヘッダー右側*/
a#remind_func{
display: block;
margin-left: 0.5rem;
padding: 6px 12px;
font-size:11px;
}


header .menu {
  background-color: #0a53ba;
  color: white;
}

header .menu .wrap a {
  color: white;
  text-decoration: none;
}

#menu-menuheader {
  margin: auto;
  width: 100%;
  overflow: hidden;
  padding: 0;
}

#menu-menuheader li {
  list-style-type: none;
  padding: 0;
  margin: auto;
}

#menu-menuheader a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

ul#menu-menuheader li {
  width: 24.5%;
  padding: 0;
  text-align: center;
  display: inline-block;
}


/*ul#menu-menuheader > li:hover .innerMenu {*/

ul#menu-menuheader>li.menuOn .innerMenu {
  max-height: 9999px;
  /*  opacity: 1; */
  display: inherit;
  z-index: 90;
}

ul#menu-menuheader>li>a {
  display: block;
  padding: 1rem 0;
  transition: all .2s ease-in;
}

ul#menu-menuheader li>div.innerMenu {
  transition: all .2s ease-in;
  max-height: 0;
  /*opacity: 0;*/
  display: none;
  overflow: hidden;
  /*  width: 100%;
  left: 0; */
  text-align: center;
  position: absolute;
  /*  background-color: #19192b;*/
  width: 1030px;
}

div.innerMenu>div.wrap {
  background-color: #f4f0cd;
  display: table;
  box-shadow: 0px 2px 9px rgba(88, 88, 88, 0.95);
  margin-bottom: 10px;
  padding: 1rem 0;
}

div.innerMenu dl {
  margin: 0.2rem 5% 1.0rem 5%;
  padding: 0;
  float: left;
  width: 90%;
}

div.innerMenu dt, div.innerMenu dd {
  background: url('../images/common/right-chevron2.svg') left center no-repeat;
  background-size: 11px 11px;
}

header .menu .wrap .innerMenu dd a, header .menu .wrap .innerMenu dt a {
  color: #000;
}

div.innerMenu dd a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

div.innerMenu dt {
  text-align: left;
  padding-left: 1.0rem;
  color: #000;
  font-weight: bold;
  clear: both;
}

#menu-menuheader div.innerMenu dd>a {
  color: #000;
}

div.innerMenu dd {
  float: left;
  text-align: left;
  padding: 0 0 0 1rem;
  margin: 0.4rem auto auto 1rem;
  -webkit-font-smoothing: antialiased;
  color: #555;
}

div.innerMenu dd+dd {
  margin-left: 1.5rem;
}

#headButtonWrap a.btn {
  width: 8rem;
  /*margin: 1rem auto 1rem 0.5rem;1128変更*/
  margin: 0rem auto 0rem 0.5rem;
}

#content #contentSubBg {
  background-image: url(../../images/bg_big2_rev.png);
  background-size: 38%;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 40px;
}


/*.page-template-index-php #content #contentSubBg {
    padding-bottom: 0px;
}
*/

#content .row {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

#content .wrap {
  width: 900px;
}

#content .row>div {
  width: 440px;
}

#content .content-inner {
  /*padding: 300px 65px 50px;*/
  padding: 10px 45px 50px;
  min-height: 451px;
}

#content .content-inner .title {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
}

#content .content-inner .description {
  margin-top: 15px;
}

.tipContent .btn, #content .content-inner button {
  font-size: 18px;
  padding: 10px 0;
  margin-top: 40px;
  width: 100%;
  background-color: #1132a3;
  color: white;
}

.tipContent .btn, #content .content-inner button.btn-mokuji {
  font-size: 18px;
  padding: 10px 0;
  margin-top: 20px;
  background-color: #FFF;
  color: #83837a;
  box-shadow: none;
  border: 1px solid #ddd;
}

.tipContent .btn, #content .content-inner button {
  font-size: 20px;
  padding: 5px 0;
  margin-top: 40px;
  width: 100%;
  background-color: #1132a3;
  color: white;
}

.tipContent .btn, #content .content-inner .btn_wrap {
  text-align: center;
}

.btn-primary.btn-block a {
  color: #FFF;
}

a:hover, .btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#content .content-1-wrap {
  background-image: url("../images/content-bg-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

#content .content-2-wrap {
  background-image: url("../images/content-bg-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

#content .content-3-wrap {
  background-image: url("../images/content-bg-3.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

#content .content-4-wrap {
  background-image: url("../images/content-bg-4.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
#content .content-3-wrap .expIconWrap,
#content .content-4-wrap .expIconWrap  {
top: 5px;
    left: 45px;
}
#newsTable {
margin: 1rem 0;
}

#newsTable tr:first-child {
  border-top: 0px none transparent;
}

#news .wrap {
  width: 900px;
  padding: 100px 0;
}

#news .title {
  display: flex;
  padding: 0 20px;
  border-bottom: solid 7px #027b72;
  box-shadow: 0px 4px 0px rgba(212, 212, 212, 0.6);
}

#news .title>div:first-child {
  font-size: 30px;
}

#news .title>div:nth-child(2) {
  padding-top: 8px;
}

#news table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}

#newsTable tr {
  min-height: 4rem;
  height: 4rem;
}

#news table tr {
  border-color: #c2c2c2;
  border-style: solid;
  border-width: 1px 0;
}

#newsTable .spNewsMarks .newMark, #news table .news {
  color: #e66a65;
  font-weight: 600;
  text-align: center;
  width: 80px;
}

#news table .icon {
  text-align: center;
  width: 130px;
  font-size: 0.9rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.spNewsMarks .social, .spNewsMarks .notice, .spNewsMarks .lecture, #news table .icon div {
  margin: 0 9px;
  color: white;
}

.spNewsMarks .social, #news table .icon .social {
  background-color: #a1b233;
}

.spNewsMarks .notice, #news table .icon .notice {
  background-color: #0062a4;
}

.spNewsMarks .lecture, #news table .icon .lecture {
  background-color: #be7e29;
}

#news table .date {
  width: 120px;
  text-align: center;
}

#news table th, #news table td {
  border: none;
  padding: 5px 10px;
}

#news table th, #news table td {
  border-top: none;
  border-right: none;
}

#sitemap {
  background-color: #f7f7f7;
  font-weight: 500;
}

#sitemap .wrap {
  display: flex;
  padding-top: 2rem;
}

#sitemap .wrap>ul {
  width: 250px;
  font-size: 13px;
}

#sitemap ul,
#sitemap2 ul
 {
  padding-left: 20px;
}

#sitemap ul li {
  padding: 0.1em 0;
  list-style-type: none!important;
  letter-spacing: 0.5px;
}
#sitemap2 ul li:before,
#sitemap ul ul.menu_list li:before {
content: "";
  position: absolute;
  left: -10px;
top: 7px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
   

}
#sitemap ul li a {
  color: black;
}

#sitemap ul li.top-li {
  padding: 10px 0;
position: relative;
}
#sitemap2 ul li,
#sitemap ul ul.menu_list li{
position: relative;
}
#sitemap ul li.top-li {
    padding: 10px 0;
    position: relative;
    font-size: 12px;
}
#sitemap ul ul.menu_list li {
    position: relative;
    font-size: 10px;
}
#sitemap ul li.top-li a {
  font-weight: bold;
}

#sitemap .banner {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

#sitemap .banner div {
  width: 190px;
}

#sitemap .link {
  padding: 30px 0;
  border-bottom: none;
}

#sitemap .linkDivide, #sitemap .link a {
  color: black;
  font-size: 0.9rem;
  vertical-align: middle;
}

#end {
  background-color: #0b53ba;
  color: white;
  text-align: center;
  padding: 20px 0;
}

html body .sp {
  display: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.linkDivide {
  width: 3rem;
  display: inline-block;
  text-align: center;
}

#yougoDtlBtnWrap button.btn, .tipContent .content-inner button.btn, #content .content-inner a.btn, #content .content-inner button {
  border: none;
  box-shadow: 0px 3px 0px rgba(16, 16, 16, 0.6);
}

section#mainvisual {
  /*padding-top: 176px;*/
  padding-bottom: 0;
}


/*---------- 2kaisoume -----------*/

/*section#pageTitle h1 {
  padding: 4rem 0;
  margin: auto;
  text-align: center;
  font-size: 1.75rem;
  font-weight: normal;
  background-color: #f9f6f6;
  letter-spacing: 2px;
}
h1#contentTitle+p {
  margin: 1rem auto;
  display: block;
  text-align: center;
}
h1#contentTitle+p>strong {
  border-bottom: 1px solid #333;
  text-align: center;
  margin: auto;
  width: 100%;
  padding-bottom: 0.5rem;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

#titleExp {
  margin: 1.5rem auto 0;
  line-height: 1.5rem;
}*/


section#mainContent {
  padding-bottom: 0;
  /*padding-top: 176px;*/
}

#breadCrumb {
  padding: 5px 0;
  margin: auto;
}

#breadCrumb, #breadCrumb a {
  font-size: 0.9rem;
  color: #093b82;
  margin-right: 5px;

display: flex;/*1127*/
}




#contentTitle {
  -webkit-font-smoothing: antialiased;
  text-align: left;
  margin: 0.5rem auto;
  letter-spacing: 2px;
  font-size: 1.75rem;
	color: #1b284e;
}



/*コンテンツ部分*/
#tipContent2 {
  background-color: transparent;
}
/*フッターバナー部分*/
#tipContent1 {
  background-color: #FFF;
  padding: 1.5rem 0;
  margin: auto;
}

#yougoBanner, .tipBox {
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.tipContent {
  padding-top: 1rem;
  background-color: #f9f6f6;
}

.tipContent .tipBox:nth-child(even) {
  margin: auto auto auto 2%;
}

#yougoBanner, .tipContent .tipBox {
  float: left;
  /*max-width: 475px;*/
  margin: auto 2% auto auto;
  width: 48%;
  text-align: center;
  background-color: white;
  border: 1px solid #333;
  box-sizing: border-box;
  padding: 2rem;
  /*min-height: 545px;*/
}

.tipContent .tipBox .description {
  text-align: left;
  color: #333;
  line-height: 1.5rem;
  min-height: 9rem;
}

.tipContent .tipBox h3.title {
  text-align: left;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
  font-size: 1.25rem;
  margin: auto auto 1.5rem auto;
}

#subCatch1, #mainContent {
  background-image: url("../../images/small_bg.jpg");
  background-size: auto;
background-repeat: no-repeat;
background-position: right top;
}


/* ページ背景 */

#mainContent.guideline {
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: right 0;
  background-image: url("../images/bgexp_img1.png");
}

#mainContent.general {
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: right 0;
  background-image: url("../images/bgexp_img2.png");
}

#mainContent.agency {
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: right 0;
  background-image: url("../images/bgexp_img3.png");
}

#mainContent.member {
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: right 0;
  background-image: url("../images/bgexp_img4.png");
}

body#page-id-206 #mainContent {
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: right 0;
  background-image: url("../images/bg_exp_img1.png");
}

#subCatch1 {
  padding: 3rem 0;
}

div.row+div.row {
  margin-top: 4rem;
}

#yougoBnWrap {
  margin-top: 4rem;
  padding-bottom: 1rem;
}

#yougoBanner {
  float: none;
  width: 100%;
  max-width: inherit;
  min-height: fit-content;
}

#yougoTxWrap, #yougoDtlBtnWrap {
  float: left;
  vertical-align: middle;
  margin: auto auto auto 3%;
}

#yougoTxWrap {
  width: 49%;
}

#yougoDtlBtnWrap {
  width: 45%;
}

#yougoTxWrap h3 {
  margin-left: 5.5rem;
}

#yougoTxWrap small {
  display: block;
}

#yougoTxWrap * {
  text-align: left;
}

#yougoBanner {
  background-image: url(../images/hatena.png);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: -7% center;
}

#yougoDtlBtnWrap button {
  margin-top: auto;
}

#yougoDtlBtnWrap {
  line-height: 5.25rem;
}

#movieWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

#movieWrap #movieInner {
  margin: 5% auto auto auto;
  padding: 0;
  text-align: center;
  position: relative;
  max-width: 1000px;
}

#movieWrap #movieInner video {
  width: 1000px;
  margin: auto;
  padding: 0;
  position: relative;
}

#movieInner #closeBtn {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #000;
  border: none;
}

#skipButton {
  padding: 0.15rem 2rem;
  background: #000;
  position: absolute;
  bottom: 13%;
right: 5rem;
}

#skipButton a {
  color: white;
}


/*-------------------- to_top_btn --------*/

.page_top_btn {
  position: fixed;
  right: 2%;
  bottom: 3%;
  z-index: 99999;
  width: 80px;
  height: 80px;
  border: none;
display: none;


}


#contentSubBg h2 {
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
}

#contentSubBg .expImg {
  margin: auto auto 1rem auto;
}

#content .row+.row {
  padding-top: 10px;
}

/* 可変追加　1219 */
#content .content-1-wrap, #content .content-2-wrap, #content .content-3-wrap, #content .content-4-wrap {
	background: white;
	border: 1px solid #000;
	border-style: none solid solid solid;
	/*margin: auto 1rem;*/
	position: relative;
}

.expIconWrap {
    position: absolute;
    left: 50px;
    top: 10px;
    z-index: 40;
}

.maskWhite {
    background: #FFF;
z-index: 10;
border-bottom: 1px solid #000;
    margin: -2px -1px 10px -1px;
    height: 2rem;
    position: relative;
}
.maskWhite::before {
    content: " ";
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
    background: 
white;
display: inline-block;
margin: 0 1em 1em 2rem;
width: 90px;
height: 48px;
z-index: 0;
border: 1px solid
    #000;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
    border-style: solid solid none solid;
    position: relative;
    top: -7px;
}
#content .content-inner {
    border-top: 25px solid 
    #fff;
    position: relative;
    z-index: 30;
    margin-top: -10px;
}


/*詳細ページ見出し*/

h1.page_ttl {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
  margin-bottom: 40px;
}

h1.page_ttl::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #3498db;
}

h2.page_ttl {
  position: relative;
  box-shadow: 0px 0px 0px 5px #c0a273;
  border: solid 2px white;
  padding: 0.4em 0.5em;
  text-align: center;
  color: #FFF;
  margin-bottom: 40px;
  background: rgb(243, 226, 199);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(243, 226, 199, 1) 0%, rgba(191, 144, 74, 1) 50%, rgba(233, 212, 179, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(243, 226, 199, 1) 0%, rgba(191, 144, 74, 1) 50%, rgba(233, 212, 179, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(243, 226, 199, 1) 0%, rgba(191, 144, 74, 1) 50%, rgba(233, 212, 179, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
display: none;
}

h3.page_ttl {
  padding: .25em 0 .25em .75em;
  background: rgb(10, 83, 186);
  background: -moz-linear-gradient(45deg, rgba(10, 83, 186, 1) 0%, rgba(41, 137, 216, 1) 71%, rgba(125, 185, 232, 1) 85%);
  background: -webkit-linear-gradient(45deg, rgba(10, 83, 186, 1) 0%, rgba(41, 137, 216, 1) 71%, rgba(125, 185, 232, 1) 85%);
  background: linear-gradient(45deg, rgba(10, 83, 186, 1) 0%, rgba(41, 137, 216, 1) 71%, rgba(125, 185, 232, 1) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a53ba', endColorstr='#7db9e8', GradientType=1);
  color: #FFF;
  width: 100%;
}
h3.page_ttl_2 {
padding: .25em 0 .25em .75em;
background: rgb(249,249,249); /* Old browsers */
background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(191,232,249,1) 66%, rgba(159,216,239,1) 88%, rgba(182,219,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(191,232,249,1) 66%,rgba(159,216,239,1) 88%,rgba(182,219,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(191,232,249,1) 66%,rgba(159,216,239,1) 88%,rgba(182,219,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#b6dbea',GradientType=0 ); /* IE6-9 */
}
h3.page_ttl_3 {
padding: .25em 0 .25em .75em;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
margin: 30px 0px 20px;
font-size: 1.5rem;
}
h3.page_ttl_4 {
padding: .25em 0 .25em .75em;
background: #f3f3f3;
border-left: 6px solid #c1403c;
padding: 8px 0px 8px 20px;
margin: 40px 0px 20px 0px;
}

h4.page_ttl {
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #0e0066;
}

h4.page_ttl {
  margin-top: 50px;
}
h4.page_ttl_2 {
  margin-top: 50px;
    padding: .25em 0 .25em .75em;
    border-left: 6px solid     #DDD;
}
h3.page_ttl_5 {
    padding: .25em 0 .25em .75em;
    background: #f3f3f3;
border-left: 6px solid
    #24a92d;
    padding: 8px 0px 8px 20px;
    margin: 40px 0px 20px 0px;
}

h3.page_ttl_6 {
    padding: .25em 0 .25em .75em;
    background: 
#f3f3f3;
border-left: 6px solid
    #a92424;
    padding: 8px 0px 8px 20px;
    margin: 40px 0px 20px 0px;
}
h3.page_ttl_7 {
    padding: .25em 0 .25em .75em;
    background: 
#f3f3f3;
border-left: 6px solid
    #2e24a9;
    padding: 8px 0px 8px 20px;
    margin: 40px 0px 20px 0px;
}
h3.page_ttl_8 {
    padding: .25em 0 .25em .75em;
    background: 
#F3F3F3;
border-left: 6px solid
    #FF6400;
    padding: 8px 0px 8px 20px;
    margin: 40px 0px 20px 0px;
}
h3.page_ttl_9 {
    padding: .25em 0 .25em .75em;
    background: 
#F3F3F3;
border-left: 6px solid
    #FFC900;
    padding: 8px 0px 8px 20px;
    margin: 40px 0px 20px 0px;
}





#page #tipContent1 {
  background-color: #f9f6f6;
  padding: 4rem 0;
  margin: auto;
  background-image: url("../images/page_bg02.jpg");
  background-position: center;
}

h5.page_ttl {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  font-size: 16px;
}

h5.page_ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}
h5.page_ttl_2{
    position: relative;
    font-size: 1.143em;
    font-weight: bold;
    margin: 1.5rem 0;
    padding: 0.5em 0.5em 0.5em 2.2em;
    border-bottom: 2px solid #4169E1;
}
 
h5.page_ttl_2:before{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #40E0D0;
    top: -0.8em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}
 
h5.page_ttl_2:after{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #4169E1;
    top: -0.5em;
    left: 0;
    height: 12px;
    width: 12px;
}

/*p.h_txt {
    padding: 0 0 0 10px;
	margin: 0;
}*/




/*　本文　10pxインデント　*/

p {
  padding: 0 0 0 20px;
  margin-bottom: 1rem;
}


/* リンク(beforeナシver)　*/
.info_link {
    position: relative;
    color: #1b04ac;
    text-decoration: underline;
}
.flex.col3{
	width:100%;
}

.flex.col3 > div{
	width:33.3%;
}

/* 「年度所感」用スタイル */
.ttl_b_center {
    font-size: 3rem;
    letter-spacing: 1rem;
    text-align: center;
}

.ttl_n_center {
    font-size: 2rem;
    letter-spacing: 0.6rem;
    text-align: center;
}
/*書庫(ログイン前) 追記*/
.subtype_wrap {
	vertical-align: middle;
}

.subtype.filesize img {
    max-width: 25%;
    vertical-align: middle;
}

/**/

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}


/**/

.search input.use_icon {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*日本代協のご案内　番号*/

p.hashira_3 img {
  vertical-align: bottom;
  margin-bottom: 0;
}


/* 表示非表示 */

.hidden_box {
  margin: 10px 0;
  padding: 0;
  text-align: center;
  overflow: visible;
  max-width: 840px;
}

.hidden_box label {
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
width: 350px;
  background-color: #105dbf;
  color: #FFF;
display: block;
}

.hidden_box label:hover {
  background-color: #98aefbba;
}

.hidden_box label:after {
  content: "を表示";
  /* 閉じている状態のときにラベルの後ろに続く文字 */
}

.hidden_box input {
  display: none;
}

.hidden_box .hidden_show {
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  text-align: left;
  transition: 0.5s;
  max-width: 840px;
}

.hidden_box input:checked+label:after {
  content: "を非表示";
  /* 開いている状態のときにラベルの後ろに続く文字 */
}

.hidden_box input:checked~.hidden_show {
  height: auto;
  opacity: 1;
  padding: 10px 0;
}


/* 疑似要素 */

ul.arrow_list {
  margin-bottom: 20px;
  padding-left: 20px;
}

ul.arrow_list li, ul.clip_list li, ul.external-link li {
  list-style: none;
  margin-bottom: 5px;
  padding-left: 21px;
  text-indent: -23px;/*マークのマージン分調整*/
}

ul.arrow_list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: #b1b1b1;
  margin-right: 5px;
  padding-left: 1em;
  text-indent: -0.6em;
  margin-bottom: 5px;
}

ul.clip_list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f328";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}


/*マーカー*/

.pink_marker {
  background: linear-gradient(transparent 60%, #FB76A1C2 60%);
}

.mint_marker {
  background: linear-gradient(transparent 60%, #5dd3cf4d 60%);
}

.yellow_marker {
  background: linear-gradient(transparent 60%, #f2ff0080 60%);
}


/*  アンカーリンクボタン  */

.btn-border-bottom {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0;
  text-decoration: none;
  color: #f6961a;
}

.t_l {
  text-align: right;
}

.btn-border-bottom:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top: 100%;
  left: 0;
  border-radius: 3px;
  background: #f6961a;
  transition: .2s;
}

.btn-border-bottom:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}


/*-------------------- 代協とは --------*/

.map-wrap {
  max-width: 740px;
  margin-top: 30px;
}

div.area_box_wrap {
  font-size: 14px;
}

div.area_box_wrap dl.syncer-acdn-faq {
  display: flex;
  flex-wrap: wrap;
}

div.area_box_wrap dl.syncer-acdn-faq div {
  width: 30%;
}


/* エリアボックス */

div.area_box_wrap dl.syncer-acdn-faq div.area_box {
  position: relative;
  margin: 0.5em 0;
  padding: 25px 10px 7px;
  border: solid 1px #FFC107;
  width: 340px;
}

.area_box .box-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #FFC107;
  color: #ffffff;
  font-weight: bold;
}

.area_box p {
  margin: 10px;
  padding: 0;
}

div.area_box p strong {
  border-bottom: solid;
}

div.area_box_wrap {
  float: left;
  font-size: 14px;
}

div.area_box .link_out {
  line-height: 1.8;
}


/**/

.flex {
  display: flex;
  justify-content: space-around;

}
.bt {
    justify-content: space-between;
}

.flex_item20 {
  width: 20%;

}

.flex_item30 {
  width: 30%;

}
.flex_item70 {
  width: 70%;

}
.flex_item50 {
  width: 50%;
  /*margin: 10px;*/
}
.flex_item20 img {
  width: 100%;
margin: 0 auto;

}

.flex_item30 img {
  width: 100%;
margin: 0 auto;

}
.flex_item70 img {
  width: 100%;
margin: 0 auto;

}
.flex_item50 img {
  width: 100%;
margin: 0 auto;
  /*margin: 10px;*/
}

/* サイトマップ */

div.ad_wrap {
  padding-bottom: 20px;
  margin-bottom: 25px;
}


/* お申込みボタン */

div#applicationWrap a.btn-app.btn {
  max-width: 600px;
  margin: 1rem auto 1rem 0.5rem;
  background-color: #f6961a;
  border-radius: 20px;
}

div#applicationWrap {
  text-align: center;
}

div#applicationWrap a.btn-app.btn:hover {
  background-color: #f6bc1a;
}

div.meibo {
  width: 100%;
  text-align: center;
  overflow: hidden;
}


/* 引用 */

blockquote {
  position: relative;
  padding: 16px;
  box-sizing: border-box;
  color: #585858;
  border: solid 2px #585858;
  margin-bottom: 20px;
}

blockquote::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  display: inline-block;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #585858;
  color: #fff;
  font-size: 22px;
}

blockquote::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  content: "\f10e";
  background: #585858;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}


/*共通　研修などの表*/

.scroll {
  max-width: 780px;
}

table {
  margin: 20px 0 20px 20px;
}

table {
  font-size: 12px;
  width: 780px;
  border-collapse: collapse;
  /* セルの線を重ねる */
  border-spacing: 0;
}

th, td {
  border: 2px solid #696969;
  /* 枠線指定 */
  padding: 5px 10px;
}

table.bvn_manualth, td {
  border: 2px solid #696969;
  /* 枠線指定 */
  padding: 0px 10px;
}


table tr th {
  color: #000;
  background: #c1d8e8;
  text-align: center;
  letter-spacing: 2px;
}

tbody th {
  color: #ff9901;
}

.txt {
  text-align: left;
  font-size: .85em;
}

.price {}

#headMenu2.menu2 {
  display: none;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #FFF;
  text-decoration: none;
}


/*背景色*/

div.bg_yello {
  padding: 10px 10px 10px 10px;
  background-color: rgba(255, 255, 179, 0.67);
  border-radius: 5px;
  margin-bottom: 15px;
  max-width: 820px;
margin-left: 20px;
}
div.bg_yello ul.arrow_list li::before {
color: #3a5e84;
}
div.bg_blue {
  padding: 10px 10px 10px 0px;
  background-color: #dbf5fc;
  border-radius: 5px;
  max-width: 820px;
margin-left: 20px;
}



/*youtube*/


/*YouTubeレスポンシブサイズ*/

.movie-wrap {
  position: relative;
  max-width: 100%;
  padding-top: 56.25%;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.mv_wrap {
  width: 60%;
  margin: 30px auto;
}


/* フッターリンク */

#sitemap #footLinkWrap.wrap {
  display: flex;
  flex-wrap: nowrap;
}

#sitemap #footLinkWrap .link a {
  text-align: center;
}


/****************************************

          お問い合わせフォーム

*****************************************/

.asterisk {
  margin: 0 0 0 0.2em;
  color: #f5637a;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea {
  background-color: #fff;
  color: #333;
  width: 95%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .1) inset;
}



.wpcf7 input[type=submit]:hover {
background-color: #f4c406;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}

input.wpcf7c-conf, textarea.wpcf7c-conf {
    background:
#143769 !important;

border: solid 1px #eee;
color:#FFF !important;
border-radius: 0px !important;
}
input.wpcf7-submit{
    background: #f6637a;
}
input.wpcf7c-btn-back{
    background: #4d88ff;
}
input.wpcf7-confirm{
    background: #f6637a;
}

input.wpcf7c-btn-back, 
input.wpcf7-submit,
input.wpcf7-confirm {
    width: 300px;
	height: 50px;
    border-radius: 5px;
    margin: 10px auto;
    color: #EEE;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.wpcf7-validation-errors, span.wpcf7-not-valid-tip {
    color: #fff;
padding: 8px 12px 6px;
position: relative;
display: block;
background-color:#ff4d67;
    left: 0;
    top: 8px;
    margin-bottom: 8px;
    clear: both;
    border-radius: 5px;
    border: none;
}
iv.wpcf7-validation-errors::after, span.wpcf7-not-valid-tip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 30px;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 10px;
border-bottom: 10px solid #ff4d67;;
}

/*動画*/

#movieWrap {
    width: 100%;
    z-index: 9999;
}
#skipButton {
    right: 1rem;
}
@media screen and (max-width: 1000px) {
  #headMenu {
    display: none;
  }
#movieWrap #movieInner {
  margin: 15% auto auto auto;
}
#movieWrap #movieInner video {
  width: 85%;
  margin: auto;
  padding: 0;
  position: relative;
}
#movieInner #closeBtn {
    top: 0rem;
    right: 3rem;
}
#skipButton {
    padding: 0.15rem 2rem;
    background: 
    #000;
    position: absolute;
    bottom: 15%;
    right: 4rem;
}
a#remind_func {
    padding: 10px 12px;
    font-size: 11px;
    border-bottom: 1px dotted #0e0066;

}
}


div.search_article a:hover, a:hover img, a:hover span {
  opacity: 1;
  color: #0a53ba;
}

div.search_article p.h_txt {
  padding: 0 10px;
}



a:hover, .btn:hover, a span:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}



img {
  max-width: 100%;
  /*display: block;*/
  margin: 0 auto;
  margin: 5px;
}

/**/
.pagination span.current{
    background-color: #2c3d96 !important;
	color: #FFF;

}
article .pagination a, .pagination span {
    background: #1132a3 !important;
border-radius: 1px;
}
.pagination a {
    color: #FFF!important;
}
article .pagination a {
    background-color: #ddd !important;
}
	.pagination {
		margin: 0 0 10px;
		padding: 10px 10px 5px;
		text-align: center;
	}

	.pagination a,
	.pagination span {
		margin: 0 2px 5px;
		display: inline-block;
		padding: 5px 13px;
		text-decoration: none;
		vertical-align: middle;
	}
.pagination a {

    background-color: #ddd;
}

	.pagination a:hover {
		color: #000;
		background: #ccf;
		border-color: #00f;
	}

.wp-caption-text{

    text-align: center;

}



/* cf_table用 */

.line {
  /* 	display: inline-block; */
  display: block;
  border-top: 1.6px solid #5e5e5e;
  padding-top: 0.3em;
  margin-top: 0.3em;
}

.cf_table tr td {
  text-align: left;
}
table td.title_left
{
    background-color:
    #f4f9fd;
}

/*役員*/
/*代協ニュース*/
table.yakuin{
width: 500px;
}
table.yakuin tr th,
table.yakuin tr td
{
width: 33%;
}
/*代協ニュース*/
table.daikyonews tbody{
    border: 1px solid #f3f3f3;
}
table.daikyonews tr th {

}

table.daikyonews td {
	background: #eee;}

table.daikyonews tr:nth-child(odd) td {
	background: #fff;}

table.daikyonews td,
table.daikyonews th
{
    border: none;

}
table td.font_s {
    font-size: 10px;
 -webkit-text-size-adjust: 100%;
}
table.daikyonews td.font_s{
    font-size: 10px;
    border-right: 1px solid #c1d8e8;
	border-left: 1px solid #c1d8e8;
}

table.daikyonews td.title{

    width: 180px;

}

table.daikyonews span.news {
     display: block;
}
table.daikyonews td.file{
    width: 90px;
}
.subtype.filesize {
    font-size: 9px;
}
/* //佐藤追加// */


/* //STR追加// */

#ma_form1, #ma_form2, .form_filter {
  border: 1px dotted #006699;
  background-color: #eff3fa;
  padding: 10px;
  overflow: hidden;
  /*! vertical-align: middle; */
  display: table;
  /*! width: 100%; */
  font-size: 16px;
}

.year_filter, #label_filter, .city_filter, .filter_submit {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  border-right: 1px solid #cccccc;
  /* height: 100%; */
  padding: 0 10px;
}

.year_filter {}

#label_filter {
  /*! margin: 0 10px; */
  /*! padding: 0; */
  font-size: 16px;
}

.city_filter {}

.filter_submit {
  margin: 30px 10px;
  width: 100px;
  font-size: 16px;
}

#form_label {
  margin: 0;
  padding: 0;
  list-style: none;
}

.year_filter>select, .city_filter>select {
  font-size: 16px;
  padding: 0.4vw 1.0vw;
}

#form_label li {
  /* margin: ;*/
}

#form_label input {
  margin-right: 10px;
}


/* 拡張子アイコン */

.cf_table .xls:after, .cf_table .xlsx:after {
  position: relative;
  top: 0.3rem;
  display: inline-block;
  width: 1.7rem;
  height: 1.6rem;
  margin-left: 0;
  content: '';
  background: url(../images/common/mimetype_xlsx.png) no-repeat;
  background-size: 1.64rem;
}

.cf_table .doc:after, .cf_table .docx:after {
  position: relative;
  top: 0.3rem;
  display: inline-block;
  width: 1.7rem;
  height: 1.6rem;
  margin-left: 0;
  content: '';
  background: url(../images/common/mimetype_docx.png) no-repeat;
  background-size: 1.64rem;
}

.cf_table .ppt:after, .cf_table .pptx:after {
  position: relative;
  top: 0.3rem;
  display: inline-block;
  width: 1.7rem;
  height: 1.6rem;
  margin-left: 0;
  content: '';
  background: url(../images/common/mimetype_pptx.png) no-repeat;
  background-size: 1.64rem;
}

.cf_table .pdf:after {
  position: relative;
  top: 0.3rem;
  display: inline-block;
  width: 1.7rem;
  height: 1.6rem;
  margin-left: 0;
  content: '';
  background: url(../images/common/mimetype_pdf.png) no-repeat;
  background-size: 1.64rem;
}

.cf_table .pdf, .cf_table .pptx, .cf_table .ppt, .cf_table .doc, .cf_table .docx, .cf_table .xlsx, .cf_table .xls {
  display: inline;
  border-bottom: none;
}

.name_label {
  display: block;
  padding-bottom: 0.8rem;
  text-align: center;
}


/* 書庫アンカーリンクボタン */

.top_nav.cf.bookvault .top_nav.col2 {
  width: 49%;
  margin: 10px 0;
}

.top_nav.cf.bookvault .top_nav.col2:first-child {
    display:block;
    margin-right: 2%;
    color:red
}

.bv_anchor_wrap {
  width: 100%;
  margin: 10px 0 58px 0;
}

.bv_button {
  display: inline-block;
  width: 33.5%;
  border-radius: 2%;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  padding: 12px 67px;
  background: #0854ba;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  box-shadow: 6px 6px 3px #b0b0b0;
  border: 2px solid #023c8b;
}

.bv_button:hover {
  box-shadow: none;
  color: #000066;
  background-color: #FFF;
}

.bv_button:before {
  content: '▼';
  margin: 0 20px 0 0;
}

.bv_anchor_wrap a:first-child {
  margin-right: 5%;
}



@media screen and (min-width:910px) {
  .bv_anchor_wrap a:first-child {
    margin-right: 0;
  }
  .bv_button {
    display: block;
    width: 85%;
  }
  .bv_anchor_wrap a:first-child {
    margin-bottom: 3%;
  }
}

@media screen and (min-width:820px) {
  .bv_anchor_wrap a:first-child {
    margin-right: 0;
  }
  .bv_button {
    display: block;
    width: 85%;
  }
  .bv_anchor_wrap a:first-child {
    margin-bottom: 3%;
  }
}

@media screen and (max-width:760px) {
  .bv_anchor_wrap a:first-child {
    margin-right: 0;
  }
  .bv_button {
    display: block;
    width: 73%;
  }
  .bv_anchor_wrap a:first-child {
    margin-bottom: 3%;
  }
}


/* //STR追加// */


/* //STR追加// */


/* リストカレンダー表示 */

p.nextback {
  padding: 0;
  margin: 15px;
  text-align: center;
}

p.link_prev {
  padding: 0;
  margin: 15px 0 -23px;
  float: left;
  font-size: 0.9em;
}

p.link_next {
  padding: 0;
  margin: 15px 0 -23px;
  float: right;
  font-size: 0.9em;
}

table.calendar_list {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #1f33a3;
}

table.calendar_list caption {
  text-align: center;
  padding: 0 0 2px;
  font-weight: bold;
  font-size: 1.2em;
}

table.calendar_list td {
  padding: 5px;
  border-right: 1px dotted #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  width: 2em;
  vertical-align: top;
}

table.calendar_list tr:nth-child(2n) td {
  background-color: #FAFAFA;
}

table.calendar_list td.sun, table.calendar_list tr.sun td, table.calendar_list td.holiday, table.calendar_list tr.holiday td {
  background-color: #fff2ef;
  color: #C00;
}

table.calendar_list td.sat, table.calendar_list tr.sat td {
  background-color: #e6f6ff;
  color: #36C;
}

table.calendar_list tr.today td {
  background-color: #fff8b9;
  font-weight: bold;
}

table.calendar_list td.event {
  width: auto;
  text-align: left;
}

table.calendar_list td.event a, table.calendar_list td.event span {
  display: block;
  /* 	background: url(img/icon_calendar.png) no-repeat 0px -20px; */
  color: #333;
  padding: 2px 0 2px 23px;
  line-height: 1.3;
}

table.calendar_list td.event span.holiday {
  display: block;
  padding-left: 23px;
  /* 	background: url(img/icon_calendar.png) no-repeat 0px 1px; */
}


/* 表組カレンダー表示 */

table.calendar {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #1f33a3;
}

table.calendar caption {
  text-align: center;
  padding: 0 0 2px;
  font-weight: bold;
  font-size: 1.2em;
}

table.calendar_list thead {
  border-bottom: 1px solid #cccccc;
}

table.calendar_list .head {
  background: #1f33a3;
  color: #ffff;
}

table.calendar_list thead .head th {
  padding: 10px 0;
  border-right: 1px solid #1f33a3;
}

table.calendar_list .head th:nth-child(1) {
  width: 5%;
}

table.calendar_list .head th:nth-child(2) {
  width: 5%;
}

table.calendar_list .head th:nth-child(3) {
  width: 60%;
}

table.calendar_list .head th:nth-child(4) {
  width: 15%;
}

table.calendar_list .head th:nth-child(5) {
  width: 15%;
}

table.calendar th {
  padding: 5px;
  border: 1px solid #CCC;
  width: 14%;
}

table.calendar td {
  padding: 5px;
  border: 1px dotted #CCC;
  vertical-align: top;
}

table.calendar th.sun, table.calendar td.sun, table.calendar td.holiday {
  background-color: #fff2ef;
  color: #C00;
}

table.calendar th.sat, table.calendar td.sat {
  background-color: #e6f6ff;
  color: #36C;
}

table.calendar td.today {
  background-color: #fff8b9;
  font-weight: bold;
}

table.calendar td a {
  font-size: 0.8em;
  display: block;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #333;
}

table.calendar td span.holiday {
  font-size: 0.8em;
  display: block;
}


/* //STR追加// */

.page-template-page-topics #news .wrap {
  width: 840px;
  padding: 0;
}


/*ストラデ佐藤様用追記*/

table.calendar_list {
  margin: 0;
}

.cf_table .pdf::after {
  position: relative;
  top: 0.3rem;
  display: inline-block;
  width: 1.7rem;
  height: 1.6rem;
  margin-left: 0;
  content: '';
  background: url(../images/common/mimetype_pdf.png) no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url(../images/common/mimetype_pdf.png);
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  background-size: 1.6rem;
  background-position: 0 -7px;
  /*ストラデ佐藤様用追記*/
}


/*　カレンダー用追記1121*/

#post-2525 {
  max-width: 840px;
}

table.calendar_list {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #65696c;
}


/* 10191109　ドロップダウン */
body.page-template-page-guideline01 div#headMenu.menu ul#dropmenu li.guideline a.base,
body.page-template-page-general02 div#headMenu.menu ul#dropmenu li.general a.base,
body.page-template-page-member03 div#headMenu.menu ul#dropmenu li.member a.base,
body.page-template-page-agency04 div#headMenu.menu ul#dropmenu li.agency a.base
 {
background: #2c3d96;
}


body div#headMenu.menu ul#dropmenu li ul li a:hover
{
  background: #c8c8ca;
}
header .menu a {
  opacity: 1;
}

#dropmenu {
  list-style-type: none;
  width: 100%;
  /*margin: 30px auto 500px;*/
  padding: 0;
  margin: 0;
}

#dropmenu li {
  position: relative;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}


/*親*/

ul#dropmenu li a {
  display: block;
  margin: 0;
  padding: 19.5px 0;
  background: #0a53ba;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

ul#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}


/*子*/

#dropmenu li ul.sub li a {
  padding: 13px 15px;
background: #d6d8db;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  line-height: 1.2;
}


#dropmenu>li:hover>ul>li {
  overflow: visible;
  height: auto;
}

#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}

#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}

#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #454e08;
}

#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #454e08;
}

#dropmenu li ul li:hover>ul>li {
  overflow: visible;
  height: auto;
}
body.page-template-page-guideline01 div#headMenu.menu ul#dropmenu li.guideline li a:hover,
body.page-template-page-guideline01 div#headMenu.menu ul#dropmenu li.guideline li a:hover,
body.page-template-page-guideline01 div#headMenu.menu ul#dropmenu li.guideline li a:hover,
body.page-template-page-guideline01 div#headMenu.menu ul#dropmenu li.guideline li a:hover
{
  background: #c8c8ca;
}


ul#dropmenu li:hover ul li ul li a:hover {
  background: #c8c8ca;
}

/* ///topics table color///　*/

.table_yellow {
    background-color: #FFF3D1;
}

.table_red {
    background-color: #FFDED1;
}


/*　ページフッタふうた　*/
div.foot_bnr{
position: relative;

}
.f_icon{
  width: 80px;
	background: transparent;
  transition: 5s;
  -webkit-transition: 5s;
}
div.f_icon{
position: absolute;
top: 35%;
right: 80px;
}
.f_icon:hover{
transform: rotateY(3000deg);
  -webkit-transform: rotateY(3000deg);
}


/* 書庫(ログイン前) アンカーリンクの調整 */

.top_nav.cf.bookvault {
  background-color: #FFF;
}

.top_nav.cf.bookvault .wrap-top_nav {
  width: 800px;
  margin: 0 auto;
  padding: 0;
}

.top_nav.cf.bookvault .top_nav.col1 {
  width: 100%;
  margin: 10px 0;
}

.anc_menu .top_nav {
  border: 1px solid #000;
}

.top_nav.cf.bookvault li.top_nav {
  border: 1px solid #766245;
  margin: 0.5px;
  width: 33.2%;
}

.cf_table tr td.data {
  text-align: center;
}

.data img {
  max-width: 40px;
}

.subtype.filesize {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  border-bottom: unset;
}

.file img, .data img {
  max-width: 100%;
  display: block;
  margin: 5px auto;
}


/* alert window　*/

div#popup_container {
	margin: 0 auto!important;
    display: block;
	min-width: 25%!important;
    max-width: 400px!important;
    height: 266px;
    background-color: #FFF;
    border: 1px solid #e4e4e4;
}

/*
h1#popup_title {
	padding: 7px 40px;
	display: inline-block;
	text-align: center;
	width: 100%;
	display: block;
	font-size: 1rem;
	background: #cacaca;
	margin: 0px 0;
}
*/
#popup_overlay{
    background: rgb(60, 59, 59) none repeat scroll 0% 0% !important;
}
div#popup_message {
	margin: 10px auto!important;
    display: inline-block;
    /* margin: 0 30px; */
    width: 100%;
    text-align: center;
}

div#popup_content {
	margin: 10px 7px;
}

input#popup_ok {
	display: block;
	width: 50%;
	margin: 8% auto;
}
/*#popup_container INPUT[type="button"] {

    width: 100px;
    height: 35px;
    border: outset 2px #a0a0a0;
color:#FFFFFF;
background: #a0a0a0;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;

}

a.alertbox {
	display: inline-block;
	margin-top: 20px;
	width: 100%;
	text-decoration: underline;
	font-size: 1.15rem;
	text-align: center;
}
*/

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}



/*2　見出し*/
h1#popup_title {

    padding: 12px 30px;
    display: inline-block!important;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 1rem;
    margin: 0px 0;
    background-color: #1d2088;
	color:  #FFF;

}

/*3　ボックス内*/
a.alertbox {

    display: inline-block;
    margin-top: 20px;
    width: 100%;
    text-decoration: underline;
    font-size: 1.15rem;
    text-align: center;
    color: #1D2088;

}
#popup_container INPUT[type="button"] {
    width: 150px;
    height: 35px;
    border: 1px solid #333;
color:#FFFFFF;
background:    #a0a0a0;
    border-radius: 5px;
}
/*4　アラートボックスの位置*/
div#popup_container {
	top: 250px;
}
.cf_table,
table{
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
}

_::content, _:future, p.text:not(*:root){
	@media screen and (max-width:2000px) {
		div#popup_container imp {
		    height: 260px!important;
		}
	}
	@media screen and (max-width:1200px) {
		div#popup_container {
		    height: 250px;
			width: 350px;
		}
	}
	@media screen and (max-width:1000px) {
			div#popup_container {
		    
		}
	}
	@media screen and (max-width:700px) {
		div#popup_container {
			min-width:50%!important;
		}
	}
	@media screen and (max-width:500px) {
		div#popup_container {
    width: 350px;
    height: 220px;
}
#popup_panel {
    text-align: center;
    margin: 0;
}
input#popup_ok {
    display: block;
    margin: 1% auto;
}
	}
	@media screen and (max-width:375px) {
		div#popup_container {
		    min-width: 80%!important;
		    left: 10%!important;
		    height: 40%;
		}
	}
}
@media screen and (max-width:1200px) {
	div#popup_container {
	    width: 350px;
	}
}
@media screen and (max-width:1000px) {
	div#popup_container {
	    
	    min-width:35%!important;
	}
}
@media screen and (max-width:700px) {
	div#popup_container {
		min-width:50%!important;
	}
@media screen and (max-width:500px) {
	div#popup_container {
	    min-width:80%!important;
	    
	}
.top_topics tbody tr.row-1 td.column-1 {

    font-size: 12px;
    min-width: 90px;
}


.tablepress.top_topics {
    margin: 0;
margin-top: 0.5rem;
}
}
@media screen and (max-width:375px) {
	div#popup_container {
	    max-width: 85% !important;
		min-width: 320px !important;
	   /* left: 10%!important;*/
	    
	}

}
/* ///alert window///　*/



