@charset "utf-8";
/* CSS Document */

/*タブ切り替え全体のスタイル*/

#tabs {
    width: 100%;
    margin: 60px auto 60px auto;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

/*　タブwrap部分　*/

.tab_block{
    width: 100%;
    margin: 50px auto 60px auto;
    overflow: hidden;
    text-align: center;
}

/*タブのスタイル*/

.menu_tab li{
  /*width: calc(100%/2);*/
  width: 100%;
  height: 40px;
  border-bottom: 3px solid #00A2EA;
  background-color: #0A3C8C;
  line-height: 40px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  list-style-type: none;  
}

.menu_tab li.select{
    background-color: #fff;
    color: #0A3C8C;
    height: 60px;
    line-height: 60px;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  padding: 30px 0;
  clear: both;
  overflow: hidden;
}

/*タブ切り替えの中身の余白を調整する*/
.tab_content_description {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

/**/

.hide{
	display:none;
}

.tab_contents{
}

.tab_contents>ul>li:nth-child(2), .tab_contents>ul>li:nth-child(3), .tab_contents>ul>li:nth-child(4){
	display:none;
}


/*　コンテンツ　*/

#contents_wrap{
    width: 100%;
    margin: 65px auto 100px auto;
    overflow: hidden;
}

#contents_wrap h2 p{
    padding-bottom: 15px;
}

#contents_wrap .block_wrap{
    width: 100%;
    margin: 0px auto 70px auto;
    overflow: hidden;
}

#contents_wrap .block_wrap .block{}

.block_wrap .block .col_wrap{
    width: 90%;
    margin: 35px auto;
    overflow: hidden;
}

.block_wrap h2 p{
	padding-bottom: 10px;
    line-height: 150%;
}

.col_wrap .image{
    text-align: center;
}

.col_wrap .stlong_txt{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.col_wrap ul.txt_list li{
    list-style-type: none;
    line-height: 150%;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 20px;
}

/**/

.col_wrap ul.btn_list_one{
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.col_wrap ul.btn_list_one li{
    width: 100%;
    float: left;
    list-style-type: none;
}

.col_wrap ul.btn_list_one li:not(:last-of-type) {
    margin: 0 auto 30px;
}
.col_wrap ul.btn_list_one li a{
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: #0A3C8C;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.col_wrap ul.btn_list_one li.red a{
    background-color: #FF141E;
}

.col_wrap ul.btn_list_one li dl{
}

.col_wrap ul.btn_list_one li dt{
}

.col_wrap ul.btn_list_one li dd{
    font-size: 14px;
}

/**/

.col_wrap ul.btn_list{
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.col_wrap ul.btn_list li{
    width: 100%;
    list-style-type: none;
}

.col_wrap ul.btn_list li:nth-child(odd){
    float: left;
}

.col_wrap ul.btn_list li:nth-child(even){
    float: right;
}

.col_wrap ul.btn_list li a{
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: #0660B7;
    color: #fff;
    text-align: center;
    text-decoration: none;
    
}

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

.grecaptcha-badge{
	margin-bottom: 70px !important;
    z-index: 99999;
}


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