@charset "UTF-8";
/* CSS Document */
/*
セクション間余白
----------------------------------------------------------- */
html {
  overflow-x: hidden;
}
section {
  padding: 50px 0;
}
body > img {display:none;}
/*
表示設定
----------------------------------------------------------- */
.br_sp{
	display:none;
}
.br_tab {
	display: none;
}
.br_pc{
	display:block;
}

.img-box {
  margin-bottom: 3rem;
}

/*
色関連
----------------------------------------------------------- */
.bg_cl1 {
  background: #f2f5fc;
  background-size: cover;
  padding-top: 3em;
}

.bg_cl4{
  background: url(../img/pc_bg.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 20px;
}
.sec06-3{
  padding-top: 0;
}
.bg_cl2 {
  background-color: #002357;
}
.cl_base {
  color: #fff;
}

.cl_main {
  color: #002e73;
}

.cl_accent {
  color: #4265a1;
}

.cl_other1 {
  color: #000;
}

.cl_other2 {
  color: #4265a1;
}

/*
テキスト関連
----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 60%, #f6f063 50%);
  background: -o-linear-gradient(transparent 60%, #f6f063 50%);
  background: linear-gradient(transparent 60%, #f6f063 50%);
  font-weight: bold;
}

/*
リンク色
----------------------------------------------------------- */
a:link,
a:visited {
  color: #999999;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*
はみ出し画像中央
----------------------------------------------------------- */
.wic_wrap {
  overflow-x: hidden;
}

/* wicを使ったセクションのsectionタグに対して.wic_wrapのクラスをつける事 */
.wic img {
  width: auto;
  max-width: unset;
}

/* 中央に表示したいものにwicとwic1をつける */
.wic1 {
  margin-left: calc(50% - 1000px);
}

/*pxの部分を画像の半分の幅に変えてね！*/
.wic1 img {
  width: 2000px;
  max-width: 2000px;
}

.wic2 {
  margin-left: calc(50% - 600px);
}

.wic2 img {
  width: 1200px;
  max-width: 1200px;
}



.wic3 img {
  margin:auto;
  max-width: 1300px;
}

/*
Page Top
----------------------------------------------------------- */
/*TOPへ戻る*/
.pagetop a {
  background-color: #0b396b;
}
.pagetop {
    box-shadow: 0 2px 15px 0 rgb(12 37 77 / 10%);
    transition: all cubic-bezier(.215,.61,.355,1) .6s;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #0b396b;
}
/*
Header
----------------------------------------------------------- */
header .logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
header .contact_form02.s_none{
  margin-left: 10px;
}
header .desc {
	font-size: 1rem;
	line-height: 1.3;
	color: #535353;
	padding-left: 15px;
}
header .desc span {
	font-size: 1.4rem;
	color: #294d85;
	font-weight: bold;
}
header .container {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}
header .contact {
  display: flex;
  align-items: center;
  text-align: right;
}
header .contact a {
	color: #000;
}
header .tel {
  padding-right: 15px;
  line-height: 1.1;
  font-size: 1.2rem;
}
header .contact_tel {
	padding-bottom: 5px;
}
header a {
	color: #000;
}
header .logo .breadcrumbs {
	padding: 5px 10px;
}
header .breadcrumbs {
	font-size: 11px;
	align-self: flex-start;
}
header .breadcrumbs .home {
	color: #000;
}
header .breadcrumbs i {
	padding-right: 5px;
}
header .container.s_none {
	display: none!important;
}

header .tel_txt{
  padding-left: 38px;
  text-align: left;
  font-size: 10px;
  padding-right: 4%;
  padding-left: 4%;
  padding-bottom: 12px;	
}

/*
Header02
----------------------------------------------------------- */
.l-header__inner .container{
    display: flex;
    justify-content: space-between;
	height: 80px;
}
.l-header__logo{
    display: flex;
}
.l-header__logo {
    padding-top: 1.25rem;
}
.l-header__logo img {
    width: 245px;
	height: 100%;
}
.l-header__logo .txt{
	font-size: 10px;
	width: 50%;
	margin-left: 15px;
}
.l-header__menu .l-header__contact{
    display: flex;
}
.l-header__contact {
    margin-left: 10px;
    align-items: center;
    grid-area: contact;
    flex-direction: row-reverse;
}
.l-header__button {
    display: flex;
    margin: 1.125rem;
	margin-top: 1.5rem;
    background-color: #0b396b;
    border-color: #0b396b;
	border-radius: 3px;
	font-size: 14px;
	padding: 5px 15px;
}
.l-header__button a{
    color: #fff;	
}
.p-header-tel {
    padding-top: 0.75rem;
    padding-left: 1.25rem;
	color: #000;
	font-size: 22px;
}

.p-header-tel a{
	color: #000;
	font-weight: bold;
}
.p-header-tel__time {
    display: block;
    font-size: 0.75rem;
    padding-left: 3rem;
    font-weight: 700;
    margin-top: -0.5625rem;
}
.l-header.-scroll {
    position: fixed;
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 18px 0 rgb(25 59 97 / 24%);
    z-index: 100;
}
.l-header {
    background-color: #fff;
    width: 100%;
    position: fixed;
    transition: all cubic-bezier(.215,.61,.355,1) .6s;
    z-index: 20000;
    top: 0;
}

/*
MV
----------------------------------------------------------- */
.mv {
  padding-top:15px;
  padding-bottom: 0;
  background: url(../img/pc_mv_bg2.jpg) center bottom;
  background-size: cover;
}

/*
CTA
----------------------------------------------------------- */
.cta {
  padding: 60px 0;
  background: url(../img/pc_cta_bg.jpg);
  background-size: cover;
}
.cta .box01 {
  position: relative;
}
.cta .box01 .deco {
  position: absolute;
  top: -45px;
  right: 35px;
}
.cta .box02 .fx-col-33-s {
  margin-top: 15px;
  padding-left: 0;
  padding-right: 15px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.center{
	text-align: center;
	margin: 0 auto;
}
/*
h2
----------------------------------------------------------- */
.dot {
	padding-top: 0;
  background: url(../img/pc_sec06_bg.png);
}
.h2_rbn {
	padding: 10px 0;
	margin-bottom: 60px;
  background: #002357;
}
.h2_rbn .bdr {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.h2_rbn h2 {
	z-index: 10;
	position: relative;
	padding: 30px 0;
}

/*
sec01
----------------------------------------------------------- */
.sec01 {
  padding-top: 0;
  background: url(../img/pc_sec01_bg.png) bottom;
  background-size: cover;
}
.sec01 h2{
  background: #002357;
  padding: 30px 0;
}
.check_list li{
  font-size: 0.9em;
}

/*
sec02
----------------------------------------------------------- */
.sec02 {
  padding-bottom: 60px;
  background: url(../img/pc_sec02_bg.png) top right repeat-y;
}

/*
sec03
----------------------------------------------------------- */
.sec03 .white_box {
  margin-bottom: 45px;
  padding-top: 90px;
}
.sec03 .white_box.bg_over_r:before,
.sec03 .white_box.bg_over_l:before {
  background-color: #fff;
}
.sec03 .deco {
  position: absolute;
  top: -15px;
}
.sec09-message {
  text-align: center;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 20px;
}
.sec03 h3 {
  padding-bottom: 30px;
}
.sec03 .check_list li {
  margin-bottom: 0;
}
.sec03 h3 {
  padding-bottom: 15px;
}
.sec03 .sec03-ttl-main {
  color: #002e73;
  font-size: 2em;
  line-height: 1.6;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #7fa4e9;
  padding-bottom: 12px;
  margin-bottom: 46px;
}
.fx-row2{
  padding: 2rem;
}
.sp{
  display:none;
}
.pc{
  display:block;
}
.price{
  font-size: 1.3em;
}
.table th{
  font-size: 1.5em;
  letter-spacing: 0.05em;
}
.table td{
  font-size: 1.3em;
  line-height: 1.5;
}
.small{
  font-size: 0.9em;
  color: #7fa4e9
}
.program_list p{
  margin-bottom: 10px;
}
/*
sec04
----------------------------------------------------------- */
.sec04 {
  padding-top: 0;
  background: url(../img/pc_sec04_bg.png);
  background-size: cover;
}
.sec04 h2{
  padding: 40px 0;
  margin-bottom: 60px;
  
}
.sec04 h2 img {
  position: relative;
  top: -60px;
  margin-bottom: -60px;
}
.sec04 .white_box {
  position: relative;
}
.sec04 .box01 {
  padding-left: 0;
}
.sec04 .box02 {
  padding: 30px;
  background:#f5f5f5;
}
.sec04 .fa-twitter {
  color: #00acee;
}
.sec04 .rbn01 {
  background-color: #002e73;
  color: #fff;
  padding: 3px 10px;
  margin-bottom: 15px;
  font-weight: bold;
  display: inline-block;
}
.sec04 .box03 {
  border: solid 10px #dee3f1;
}
.sec04 .check_list {
  font-size: 20px;
}
.sec04 .deco {
  position: absolute;
  left: 0;
  right: 0;
  top: -42px;
}
.sec04 .box04 {
  margin-left: 15px;
  padding: 30px;
  background:#f5f5f5;
}

/*
sec05
----------------------------------------------------------- */
.movie {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 45px;
  aspect-ratio: 16 / 9;
  background: #000;
}
.movie video {
  width: 100%;
  height: 100%;
  display: block;
}

/*
sec06
----------------------------------------------------------- */
.sec06-1 {
  padding-top: 0px;
  padding-bottom: 90px;
  background: url(../img/pc_sec06_bg.png);
}
.sec06-1 .white_box {
  border: solid 10px #dee3f1;
  position: relative;
}
.sec06-1 .white_box::before{
  content: "";
  width: 85px;
  height: 2px;
  background-color: #002e73;
  position: absolute;
  left: -25px;
  top: 15px;
  transform: rotate(135deg);
}
.sec06-1 .white_box::after{
  content: "";
  width: 85px;
  height: 2px;
  background-color: #002e73;
  position: absolute;
  right: -25px;
  bottom: 15px;
  transform: rotate(135deg);
}
.sec06-1 .check_list {
  font-size: 18px;
}
.sec06-1-check-list li {
  margin-bottom: 10px;
  font-size: 17px;
  padding: 14px 18px 14px 52px;
  border: 2px solid #5c6a86;
  border-radius: 10px;
  background: linear-gradient(180deg, #1f365f 0%, #102447 100%);
  color: #fff;
  line-height: 1.5;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}
.sec06-1-check-list li.list_border {
  border-bottom: 2px solid #5c6a86;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
.sec06-1-check-list li::before {
  content: "\2713";
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f8e5af 0%, #c89633 100%);
  border: 1px solid #8e6a20;
  color: #1a2f58;
  font-size: 13px;
  font-weight: 700;
  box-sizing: border-box;
}
.sec06-1_lead{
  margin-top: 30px;
  color: #002e73;
  font-size: 1.8em;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
}
.sec06 {
	padding-top: 0;
  background: url(../img/pc_sec06_bg.png);
}
.sec06 .h2_rbn {
	padding: 10px 0;
	margin-bottom: 60px;
  background: #002357;
}
.sec06 .h2_rbn .bdr {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.sec06 .h2_rbn h2 {
	z-index: 10;
	position: relative;
	padding: 30px 0;
}
.sec06 .white_box {
  border: solid 10px #dee3f1;
  position: relative;
  margin-top: -2rem;
  z-index: 1;
}
.deco{
  position: relative;
  z-index: 2;
}


.sec06 .check_list {
  font-size: 20px;
}
.logowall{
  background-color: #fff;
  padding:0px;
}

/* sec06 小見出しバッジ */
.sec06-subtitle {
  display: block;
  margin: 0 auto 20px;
  padding: 8px 20px;
  background-color: #002357;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
}
.sec-section-no {
  display: inline-block;
  margin-right: 10px;
  font-size: 2.5em;
  letter-spacing: 0.08em;
  opacity: 0.9;
}
.sec-section-title {
  display: inline-block;
  font-size: 2em;
}
.sec-speaker {
  font-size: 17px;
  font-weight: normal;
}

.sec06-time {
  display: block;
  padding: 6px 18px;
  background-color: #e3edf9;
  color: #333333;
  border-radius: 100px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 20px auto;
  max-width: 240px;
}

.sec06-workshop-box {
  padding: 40px 28px;
}
.sec06-workshop-block + .sec06-workshop-block {
  margin-top: 24px;
}
.sec06-workshop-title {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.sec06-workshop-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec06-workshop-list li {
  position: relative;
  padding-left: 1em;
  line-height: 1.7;
  font-size: 1.8rem;
  color: #111;
}
.sec06-workshop-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* 対象者：2カラム（ワークショップと同系のリストデザイン） */
.sec-target-audience {
  max-width: 100%;
}
@media (min-width: 768px) {
  .sec-target-audience {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 32px;
    align-items: flex-start;
  }
  .sec-target-audience .sec06-workshop-block {
    flex: 1 1 calc(50% - 16px);
    min-width: 260px;
  }
  .sec-target-audience .sec06-workshop-block + .sec06-workshop-block {
    margin-top: 0;
  }
}

.sec06-adjusting {
  color: #d60000;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.entry-title {
  color: #002e73;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-weight: 700;
  text-align: center;
  font-size:1.8em;
}

.price-new {
  color: #d60000;
  font-size: 1.15em;
}

/*
sec07
----------------------------------------------------------- */
.sec07 {
  background: url(../img/pc_sec07_bg.png);
  background-size: cover;
}

/*
sec08
----------------------------------------------------------- */
.sec08 {
  padding: 0;
}
.sec08 .bg01 {
  padding: 90px 0;
  background: url(../img/pc_sec08_bg01.jpg);
  background-size: cover;
}
.sec08 .ribbon1 {
  display: inline-block;
  position: relative;
  height: 45px;/*リボンの高さ*/
  line-height: 45px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #002e73;/*塗りつぶし色*/
  color: #fffbb2;/*文字色*/
  box-sizing: border-box;
  font-weight: bold;
}
.sec08 .ribbon1:before, .sec08 .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.sec08 .ribbon1:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #e3e7ef;
  border-style: solid;
}
.sec08 .ribbon1:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #e3e7ef transparent transparent;
  border-style: solid;
}
.sec08 .check_list li {
  margin-bottom: 0;
}
.sec08 .f_box {
  display: flex;
}
.sec08 .f_box02 {
  flex-direction: row-reverse;
}
.sec08 .bg01 .box01 {
  width: 70%;
  position: relative;
  margin-left: -10%;
}
.sec08 .bg01 .box02 {
  width: 40%;
}
.sec08 .bg02 {
  padding: 90px 0;
  background: url(../img/pc_sec08_bg02.jpg);
  background-size: cover;
}
.sec08 .bg02 .box01 {
  width: 70%;
  position: relative;
  margin-right: -10%;
}
.sec08 .bg02 .box02 {
  width: 40%;
}
.sec08 .bg02 .ribbon1:before {
  border-color: transparent transparent transparent #f7f7f7;
}
.sec08 .bg02 .ribbon1:after {
  border-color: transparent #f7f7f7 transparent transparent;
}


/*
sec09
----------------------------------------------------------- */
.sec09 table{
	width: 100%;
	font-size: 16px;
}
.sec09 table th{
	background: #dee3f1;
	width: 20%;
    color: #002e73;
	font-weight: bold;
	padding: 20px;
	border: 1px solid #002357;
	vertical-align: middle;
}
.sec09 table td{
	padding: 20px;
	border: 1px solid #24477A;
	background: #fff;
}
.sec09 .box01 .fx-col-33-s {
  margin-top: 15px;
  padding-left: 0;
  padding-right: 15px;
}
.sec09 .rbn01 {
  background-color: #dee3f1;
  color: #002e73;
  padding: 3px 10px;
/*
  width: 76px;
  height: 30px;
*/
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
}
.sec09 dl {
  padding-left: 15px;
  padding-top: 15px;
}
.sec09 .f_box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

/* sec09 メッセージ強調 */
.sec09-message {
  text-align: center;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 600;
  margin-top: 20px;
}

/*
sec10
----------------------------------------------------------- */
.sec10 {
  padding: 60px 0;
  background: url(../img/pc_cta_bg.jpg);
  background-size: cover;
}
.sec10 .box01 .fx-col-33-s {
  margin-top: 15px;
  padding-left: 0;
  padding-right: 15px;
}
.sec10 .rbn01 {
  background-color: #dee3f1;
  color: #002e73;
  padding: 3px 10px;
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
}
.sec10 dl {
  padding-left: 15px;
  padding-top: 15px;
}
.sec10 .f_box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

/*
sec11
----------------------------------------------------------- */
.qa .q .txt {
  margin-left: 15px;
  padding-top: 10px;
  font-size: 22px;
  line-height: 1.3;
}
.qa .txt {
  margin-left: 15px;
}
.qa .qa_box:not(:last-child){
  margin-bottom: 15px;
}
.qa .a{
  padding: 30px;
  padding-bottom: 45px;
}
.qa .box_item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0;
}
.qa .q .box_item {
  color: #002e73;
  border-bottom: 1px solid #002e73;
  font-weight: bold;
  padding: 20px 30px;
  padding-top: 0;
}
.qa .q .box_item.bs {
  align-items: flex-start;
}
.qa .a .box_item.ce {
  align-items: center;
}
.qa .qq .txt {
  margin: 0 auto;
}
.qa .icon {
  width: 50px;
  flex-shrink: 0;
}
.qa .a:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*
sec12
----------------------------------------------------------- */
.sec12 {
  background: url(../img/pc_sec06_bg.png);
}
.sec12 .white_box {
  border: solid 10px #dee3f1;
  position: relative;
}
.sec12 .white_box::before{
  content: "";
  width: 85px;
  height: 2px;
  background-color: #0ec858;
  position: absolute;
  left: -25px;
  top: 15px;
  transform: rotate(135deg);
}
.sec12 .white_box::after{
  content: "";
  width: 85px;
  height: 2px;
  background-color: #0ec858;
  position: absolute;
  right: -25px;
  bottom: 15px;
  transform: rotate(135deg);
}
.sec12 .check_list li:before {
  color: #0ec858;
}
.sec12 .check_list li {
  margin-bottom: 0;
}

/*
Footer
----------------------------------------------------------- */
footer{
  color:#000;
  font-size:10px;
  background-color: #f5f5f5;
}
footer .container > div {
display: flex;
}
footer .foot_logo {
padding-right: 20px;
}
footer .foot_low1 {
padding-bottom: 20px;
}
footer .foot_low2 {
padding-bottom: 15px;
}
footer .foot_low2 p:not(:last-of-type),
footer .foot_low3 p:not(:last-of-type) {
padding-right: 10px;
}
footer .copy {
text-align: center;
}
footer a{
  color: #FFF;
}
footer a:hover, footer a:focus {
  color: #FFF;
}
footer ul li{
  display: inline-block;
  margin: 0 5px;
  white-space: nowrap;
}
footer .copy{
  font-size: 90%;
}

/*
table
----------------------------------------------------------- */
table{
	width: 100%;
	font-size: 16px;
}
table th{
	background: #24477A;
	width: 20%;
    color: #fff;
	font-weight: bold;
	padding: 20px 10px;
	border: 1px solid #fff;
	vertical-align: middle;
}
table td{
	width: 80%;
 	padding: 20px;
	border: 1px solid #24477A;
	background: #fff;
}
/*
Footer02
----------------------------------------------------------- */
.l-footer__main {
    padding: 5.625rem 5rem 5.875rem;
    background-color: #000;
    color: #fff;
}
.l-footer__inner {
    max-width: 1280px;
	padding: 20px 0;
	box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.l-footer__flex {
    display: flex;
    justify-content: space-between;
}
.l-footer__company {
    font-size: 14px;
}
.l-footer__logo {
    max-width: 220px;
}
.l-footer__name {
    padding-top: 1.25rem;
}
.l-footer__address {
    margin-top: 0.3125rem;
}
.l-footer__bottom {
    padding-right: 5rem;
    padding-left: 5rem;
	background-color: #222;
}
.l-footer__copy{
	color: #999;
}
/*
form
----------------------------------------------------------- */
.form {
  padding-top: 0;
  background: #f2f5fc;
}
.form .white_box {
  position: relative;
}
.form .rbn01 {
  background-color: #002e73;
  color: #fff;
  padding: 3px 10px;
  margin-bottom: 15px;
  font-weight: bold;
  display: inline-block;
}
.form .box03 {
  border: solid 10px #dee3f1;
  padding: 20px;
}
.form .deco {
  position: absolute;
  left: 0;
  right: 0;
  top: -3.2%;
}
.form .deco_set {
  position: absolute;
  left: 0;
  right: 0;
  top: -2.5%;
}

.input {
	font-size: 16px;
}
.bold{
	font-weight: bold;
}
.title_cl .bg-color:nth-child(odd) {
	background-color: #fafafa;
	padding: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-bottom: solid #ccc 1px;
	border-top: solid #ccc 1px;
}
.title_cl .bg-color:nth-child(even) {
	background-color: #fff;
	padding: 20px;
}
.box_srcollbar {
    height: 200px;
    padding: 30px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: left;
}
input[type="text"]:focus {
	outline: 0;
	border-color: orange;
}
.form-control {
    width: 100%;
	height: 50px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    border-radius: 5px;
}
.required{
	background: #d83400;
	color: #fff;
	padding: 3px 8px;
}
.border{
	border-bottom: solid #ccc 1px;
}
.ma-auto{
	margin:0 auto;
}
.nini{
	background: #244475;
	color: #fff;
	padding: 3px 8px;
}
button {
	background:none;
	border:0;
}
button :hover{
	opacity: 0.7;
}

/*
比較表：スマホ時は左列見出しを各行の上に表示
----------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .da-wp-sotas-compare-table {
    width: 100%;
    border-collapse: collapse;
  }

  .da-wp-sotas-compare-table thead {
    display: none;
  }

  .da-wp-sotas-compare-table,
  .da-wp-sotas-compare-table tbody,
  .da-wp-sotas-compare-table tr,
  .da-wp-sotas-compare-table th,
  .da-wp-sotas-compare-table td {
    display: block;
    width: 100%;
  }

  .da-wp-sotas-compare-table tr {
    border: 1px solid #24477A;
    margin-bottom: 10px;
    background: #fff;
  }

  .da-wp-sotas-compare-table td,
  .da-wp-sotas-compare-table th {
    box-sizing: border-box;
  }

  .da-wp-sotas-compare-table th {
    background: #dee3f1;
    color: #002e73;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #24477A;
  }

  .da-wp-sotas-compare-table td {
    padding: 10px;
    border-top: none;
    border-bottom: 1px solid #eee;
  }

  .da-wp-sotas-compare-table tr:last-child td:last-child {
    border-bottom: none;
  }
  .price{
    font-size: 1em;
  }
  .table th{
    font-size: 1.15em;
    line-height: 1.5;
  }

}