/* screens smaller than 690---------------------------------------------------------- */

@media only screen and (max-width:690px) {
  .flexslider {}
  .flexslider .slides>li {
    height: auto;
    width: 100%;
    background: none !important;
    /*
  background-size: cover;
  */
    display: block;
    position: relative;
  }
  .flexslider .slides>li img {
    width: 100%;
    height: auto;
    display: block;
  }
  /*common*/
  /*------------------------------------------------------------------------------*/
  h2 {
    margin-bottom: 30px;
    font-size: 150%;
    display: block;
    font-weight: bold;
    text-align: center;
  }
  h2 span {
    display: block;
    font-weight: normal;
    color: #008488;
    font-size: 70%;
    padding-left: 10px;
  }
  .section_in {
    max-width: 1024px;
    width: 100%;
    margin: 0px auto 0px;
  }
  .tit_icon {
    color: #AAAAAA;
    text-align: center;
    display: table;
    padding: 8px 12px;
    font-size: 120%;
    margin: 0px auto;
    position: relative;
  }
  .tit_icon:after {
    content: "";
    padding: 7px;
    position: absolute;
    background: url(../image/common/icon_01.png) no-repeat right top;
    top: 0;
    right: 0;
  }
  h3 {
    background: url(../image/common/tit_03.png) no-repeat 15px 10px;
    background-size: 9px 10px;
    padding-left: 30px;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
  }
  h3 .lang_en {
    display: block;
    line-height: 0.5;
    padding-left: 0;
  }
  h3 .lang_en::before {
    content: "\A";
    white-space: pre;
  }
  h4 {
    font-size: 19px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
  }
  h4 .lang_en {
    font-size: 9px;
  }
  h4 .txt_bunya {
    font-size: 11px;
  }
  .section_txt {
    width: 100%;
    margin: 0px auto 30px;
  }
  .sample_tit {
    padding-top: 50px;
  }
  .sample_tit h2 {
    margin-bottom: 0;
  }
  .sample_bg {
    display: none;
  }
  .sample_bg img {
    margin: 0px auto;
  }
  .sample_bg_sp {
    width: 100%;
    display: block;
    text-align: center;
  }
  .sample_bg_sp img {
    width: 100%;
    height: auto;
  }
  .common_btn {
    width: auto;
    display: table;
    margin: 0px auto;
    text-align: center;
    vertical-align: middle;
    position: relative;
  }
  .common_btn a {
    padding: 0px 60px;
    line-height: 50px;
    font-size: 110%;
    background: #3399CC;
    border: 1px solid #3399CC;
    color: #FFF;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .common_btn:after {
    content: "";
    padding: 8px 15px;
    background: url(../image/common/arr01-2.html) no-repeat right center;
    display: block;
    position: absolute;
    top: 18px;
    right: -10px;
  }
  .common_btn a:hover {
    background: #FFF;
    color: #3399CC;
    text-decoration: none;
  }
  .common_btn01 {
    width: auto;
    margin: 0px auto;
    text-align: center;
    vertical-align: middle;
    display: table;
  }
  .common_btn01 a {
    border: 1px solid #025C9B;
    padding: 5px 100px;
    font-size: 120%;
    background: #025C9B;
    color: #FFF;
    display: block;
  }
  .common_btn01 a:before {
    content: ">";
    padding-left: 10px;
  }
  .common_btn01 a:hover {
    background: #FFF;
    color: #025C9B;
    text-decoration: none;
  }
  /*section_01*/
  /*------------------------------------------------------------------------------*/
  .section_01 {
    max-width: 1024px;
    width: 90%;
    margin: 0px auto;
    height: auto;
    padding: 0px 0px 0px;
  }
  .section_01_box {
    background: none;
    border-radius: 5px;
    padding: 20px 0px;
  }
  .section_01_tit_box {
    padding: 0px;
    text-align: left;
    position: relative;
    padding-bottom: 20px;
  }
  .section_01_tit {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    background: url(../image/common/tit_01.png) no-repeat left center;
    padding: 30px 0px 20px 50px;
    font-size: 150%;
    line-height: 1;
    margin-bottom: 20px;
  }
  .section_01_tit span {
    display: block;
    font-weight: normal;
    color: #008488;
    font-size: 70%;
    padding-left: 0px;
  }
  .section_01_tit_box a {
    color: #09529e;
    text-decoration: underline;
  }
  .section_01_box li {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
    text-align: center;
  }
  .section_01_box li:nth-child(4n) {
    margin-right: 0%;
  }
  .section_01_box li a {
    border: none;
    border-radius: 5px;
    background: url(../image/common/icon_01.png) no-repeat center 10px #F2F2F0;
    padding: 50px 10px 10px 10px;
    display: table-cell;
  }
  .section_01_box li:nth-child(2) a {
    background: url(../image/common/icon_02.png) no-repeat center 10px #F2F2F0;
  }
  .section_01_box li:nth-child(3) a {
    background: url(../image/common/icon_03.png) no-repeat center 10px #F2F2F0;
  }
  .section_01_box li:nth-child(4) a {
    background: url(../image/common/icon_04.png) no-repeat center 10px #F2F2F0;
  }
  .section_01_box li:nth-child(5) a {
    background: url(../image/common/icon_05.png) no-repeat center 10px #F2F2F0;
  }
  .section_01_box li:nth-child(6) a {
    background: url(../image/common/icon_06.png) no-repeat center 10px #F2F2F0;
  }
  .section_01_box li:nth-child(7) a {
    background: url(../image/common/icon_07.png) no-repeat center 10px #F2F2F0;
  }
  .section_01_box li:nth-child(8) a {
    background: url(../image/common/icon_08.png) no-repeat center 10px #F2F2F0;
  }
  .section_01_box li a:hover {
    background: url(../image/common/icon_01.png) no-repeat center 10px #03BCC1;
    color: #FFFFFF;
  }
  .section_01_box li:nth-child(2) a:hover {
    background: url(../image/common/icon_02.png) no-repeat center 10px #03BCC1;
  }
  .section_01_box li:nth-child(3) a:hover {
    background: url(../image/common/icon_03.png) no-repeat center 10px #03BCC1;
  }
  .section_01_box li:nth-child(4) a:hover {
    background: url(../image/common/icon_04.png) no-repeat center 10px #03BCC1;
  }
  .section_01_box li:nth-child(5) a:hover {
    background: url(../image/common/icon_05.png) no-repeat center 10px #03BCC1;
  }
  .section_01_box li:nth-child(6) a:hover {
    background: url(../image/common/icon_06.png) no-repeat center 10px #03BCC1;
  }
  .section_01_box li:nth-child(7) a:hover {
    background: url(../image/common/icon_07.png) no-repeat center 10px #03BCC1;
  }
  .section_01_box li:nth-child(8) a:hover {
    background: url(../image/common/icon_08.png) no-repeat center 10px #03BCC1;
  }

  /*ボタン10*/

  .section_01_box_2 li {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
    text-align: center;
  }  
  .section_01_box_2 li:nth-child(5n) {
    margin-right: 2%;
  }
  
  /*section_02*/
  /*------------------------------------------------------------------------------*/
  .section_02 {
    max-width: 1024px;
    width: 100%;
    margin: 0px auto;
    display: table;
    border-left: 1px solid #DDDDDD;
  }
  .section_02_left {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #DDDDDD;
  }
  .section_02_left a {
    padding: 70px 20px 30px;
    display: block;
    background: url(../image/common/icon_05.png) no-repeat center 30px;
    color: #004EB9;
    font-size: 150%;
    text-align: center;
  }
  .section_02_left a span {
    display: block;
    font-size: 60%;
  }
  .section_02_right {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #DDDDDD;
  }
  .section_02_right a {
    padding: 70px 20px 30px;
    display: block;
    background: url(../image/common/icon_06.png) no-repeat center 30px #00A2DB;
    color: #FFF;
    font-size: 150%;
    text-align: center;
  }
  .section_02_right a span {
    display: block;
    font-size: 60%;
  }
  /*section_use*/
  /*------------------------------------------------------------------------------*/
  .use_link li {
    width: 50%;
  }
  .use_link li .s_txt {
    display: none;
  }
  .use_link li a {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
    padding: 15px 25px;
    position: relative;
  }
  .use_link li:nth-child(1) a {
    background-color: #F2F2F0;
    background-image: url(../image/common/icon_22.png), url(../image/common/arr03.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 15px center, 95% center;
    background-size: 30px 28px, 13px 22px;
    padding-left: 55px;
  }
  .use_link li:nth-child(1) a:hover {
    background-color: #45AFAF;
    background-image: url(../image/common/icon_22.png), url(../image/common/arr03_on.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 15px center, 95% center;
    background-size: 30px 28px, 13px 22px;
    padding-left: 55px;
    color: #fff;
  }
  .use_link li:nth-child(2) a {
    background-color: #E9E9E5;
    background-image: url(../image/common/icon_17.png), url(../image/common/arr03.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 15px center, 95% center;
    background-size: 30px 28px, 13px 22px;
    padding-left: 55px;
  }
  .use_link li:nth-child(2) a:hover {
    background-color: #45AFAF;
    background-image: url(../image/common/icon_17.png), url(../image/common/arr03_on.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 15px center, 95% center;
    background-size: 30px 28px, 13px 22px;
    padding-left: 55px;
  }
  .use_link li:nth-child(3) a {
    background-color: #E9E9E5;
    background-image: url(../image/common/icon_16.png), url(../image/common/arr03.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 15px center, 95% center;
    background-size: 30px 28px, 13px 22px;
    padding-left: 55px;
  }
  .use_link li:nth-child(3) a:hover {
    background-color: #45AFAF;
    background-image: url(../image/common/icon_16.png), url(../image/common/arr03_on.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 15px center, 95% center;
    background-size: 30px 28px, 13px 22px;
    padding-left: 55px;
  }
  .use_link li:nth-child(4) a {
    background-color: #F2F2F0;
    background-image: url(../image/common/icon_15.png), url(../image/common/arr03.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 15px center, 95% center;
    background-size: 30px 28px, 13px 22px;
    padding-left: 55px;
  }
  .use_link li:nth-child(4) a:hover {
    background-color: #45AFAF;
    background-image: url(../image/common/icon_15.png), url(../image/common/arr03_on.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 15px center, 95% center;
    background-size: 30px 28px, 13px 22px;
    padding-left: 55px;
  }
  .use_link li:nth-child(5) a {
    background-color: #F2F2F0;
    background-image: url(../image/common/icon_21.png), url(../image/common/arr03.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 15px center, 95% center;
    background-size: 30px 28px, 13px 22px;
    padding-left: 55px;
  }
  .use_link li:nth-child(5) a:hover {
    background-color: #45AFAF;
    background-image: url(../image/common/icon_21.png), url(../image/common/arr03_on.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 15px center, 95% center;
    background-size: 30px 28px, 13px 22px;
    padding-left: 55px;
  }
  .use_link li:nth-child(6) a {
    background-color: #E9E9E5;
    background-image: url(../image/common/icon_20.png), url(../image/common/arr03.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 15px center, 95% center;
    background-size: 30px 28px, 13px 22px;
    padding-left: 55px;
  }
  .use_link li:nth-child(6) a:hover {
    background-color: #45AFAF;
    background-image: url(../image/common/icon_20.png), url(../image/common/arr03_on.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 15px center, 95% center;
    background-size: 30px 28px, 13px 22px;
    padding-left: 55px;
  }
  .use_link li:nth-child(7) a {
    background-color: #E9E9E5;
    background-image: url(../image/common/icon_18.png), url(../image/common/arr03.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 15px center, 95% center;
    background-size: 30px 28px, 13px 22px;
    padding-left: 55px;
  }
  .use_link li:nth-child(7) a:hover {
    background-color: #45AFAF;
    background-image: url(../image/common/icon_18.png), url(../image/common/arr03_on.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 15px center, 95% center;
    background-size: 30px 28px, 13px 22px;
    padding-left: 55px;
  }
  .section_commu {
    background-size: cover;
    margin-bottom: 20px;
  }
  .section_commu_in {
    margin-left: 0;
  }
  /*section_use*/
  /*------------------------------------------------------------------------------*/
  .section_use {
    padding-top: 30px;
  }
  /*section_fields*/
  /*------------------------------------------------------------------------------*/
  .section_fields {
    margin-top: 50px;
  }
  .section_fields_left {
    float: none;
    width: 100%;
    padding-top: 25px;
  }
  .section_fields_right {
    float: none;
    width: 100%;
    position: relative;
  }
  .section_fields_left li {
    display: table;
    height: 120px;
    float: left;
    width: 50%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .section_fields_left li:nth-child(1) {
    background: url(../image/top_field_img01.jpg) no-repeat center top;
    background-size: cover;
  }
  .section_fields_left li:nth-child(2) {
    background: url(../image/top_field_img02.jpg) no-repeat center center;
    background-size: cover;
  }
  .section_fields_left li:nth-child(3) {
    background: url(../image/top_field_img03.jpg) no-repeat center center;
    background-size: cover;
  }
  .section_fields_left li:nth-child(4) {
    background: url(../image/top_field_img04.jpg) no-repeat center center;
    background-size: cover;
  }
  .section_fields_left li:nth-child(5) {
    background: url(../image/top_field_img05.jpg) no-repeat center center;
    background-size: cover;
  }
  .section_fields_left li:nth-child(6) {
    background: url(../image/top_field_img06.jpg) no-repeat center center;
    background-size: cover;
  }
  .section_fields_left li:nth-child(odd) {
    border-left: none;
  }
  .section_fields_left li p {
    display: none;
  }
  .sp_search_btn {
    display: block;
    background: #00ACB0;
  }
  .side_area::before {
    background: none;
  }
  .sp_search_btn::before {
    content: "";
    background: url(../image/common/tit_01.png) no-repeat center center;
    display: block;
    width: 100%;
    height: 55px;
    position: absolute;
    top: -25px;
    left: 0;
  }
  .side_area_tit {
    display: none;
  }
  .side_area_tit_sp {
    color: #fff;
    display: block;
    font-size: 120%;
    text-align: center;
    padding: 30px 0 50px;
    background: url(../image/common/sp_search_btn_bg.png) no-repeat center 60px;
    background-size: 30px 30px;
  }
  .open .side_area_tit_sp {
    background: url(../image/common/sp_search_btn_bg_open.png) no-repeat center 60px;
    background-size: 30px 30px;
  }
  /*PICK_UP*/
  /*------------------------------------------------------------------------------*/
  .section_pck {margin: 0 auto; }
  .section_pck .col4 li {
    width: 49.8%;
    margin-bottom: 1px;
    margin-right: 0.3%;
  }
  .section_pck .col4 li:nth-child(even) {margin-right: 0; }
  .section_pck .col4 a {
    height: 120px;
    padding: 10px;
  }
  .section_pck .col4 .tit {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .section_pck .col4 .common_span {height: 120px; }
  
/*  en*/
.en_top .section_pck .col4 a {
    height: auto;
    padding: 0;
}
  /*section_03*/
  /*------------------------------------------------------------------------------*/
  .section_03 {
    width: 100%;
    margin: 0px auto;
    padding: 30px 0px 0px;
  }
  .section_03_box {
    width: 90%;
    margin: 0px auto;
    display: block;
  }
  .section_03_box .blog_section01 {
    width: 48%;
    float: left;
    margin-right: 4%;
    display: block;
    padding: 0px;
    margin-bottom: 20px;
  }
  .section_03_box .blog_section01:nth-child(2n) {
    margin-right: 0%;
  }
  .section_03_box .blog_section01 .blog_txt h3 {
    margin-left: 0;
  }
  .section_03_box .blog_section01 figure {
    height: 135px;
  }
  /**/
  .case_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 150px;
    display: block;
    cursor: pointer;
    position: relative;
  }
  /*
  .case_img:hover{
    opacity:0.7;
  }

*/
  .case_category {
    font-size: 90%;
    color: #FFF;
    text-align: center;
  }
  .case_category01 {
    background: #B2985B;
    padding: 5px 10px;
    display: block;
  }
  .case_category02 {
    background: #659669;
    padding: 5px 10px;
    display: block;
  }
  .case_category03 {
    background: #BA6970;
    padding: 5px 10px;
    display: block;
  }
  .case_category04 {
    background: #5F89AF;
    padding: 5px 10px;
    display: block;
  }
  .case_box {
    width: 100%;
    padding: 0px 0px 0px;
    background: #F2F2F0;
    border-bottom: 1px solid #DFDFDF;
  }
  .case_txt {
    padding: 10px;
  }
  .case_date {
    display: block;
    padding: 10px;
    padding-bottom: 5px;
  }
  .case_tit {
    font-size: 120%;
    font-weight: bold;
    padding: 0px 10px;
    color: #000;
  }
  .case_tit a {
    color: #000;
  }
  .case_tit a:hover {
    opacity: 0.7;
  }
  .case_tag {
    padding: 10px;
  }
  .case_tag dl {
    width: 100%;
    display: block;
  }
  .case_tag dd {
    font-size: 90%;
    background: #888888;
    color: #FFFFFF;
    float: left;
    padding: 2px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  /*section_04*/
  /*------------------------------------------------------------------------------*/
  .section_04 {
    width: 100%;
    margin: 0px auto;
    height: auto;
    padding: 0px 0px 0px;
  }
  .section_04 ul {
    width: 90%;
    display: block;
    margin: 0px auto;
    background: #FFF;
  }
  .section_04 li {
    width: 49%;
    display: block;
    float: left;
    vertical-align: top;
    text-align: center;
    padding: 10px 0px;
    background: #F2F2F0;
    margin-right: 2%;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .section_04 li:nth-child(2n) {
    background: #F2F2F0;
    margin-right: 0;
  }
  .section_04 li:nth-child(2), .section_04 li:nth-child(3), .section_04 li:nth-child(6) {
    background: #E9EAE5;
  }
  .section_04 li:last-child {
    width: 100%;
    vertical-align: middle;
    float: none;
    display: block;
    clear: both;
  }
  .section_04_box {
    width: 100%;
    display: block;
    clear: both;
    position: relative;
    padding-bottom: 30px;
  }
  .section_04_tit {
    display: block;
    padding: 5px;
  }
  .section_04_img {
    display: block;
    padding: 5px;
  }
  .section_04_btn {
    margin: 0px auto;
    text-align: center;
  }
  .section_04_btn a {
    display: block;
    padding: 10px;
  }
  .section_04_btn a:after {
    content: "";
    background: url(../image/common/arr03.png) no-repeat right center;
    padding-left: 20px;
  }
  .section_04_btn a:hover {
    opacity: 0.7;
  }
  /*section_05*/
  /*------------------------------------------------------------------------------*/
  .section_05 {
    width: 90%;
    margin: 0px auto;
    padding: 0px 0px 30px;
  }
  .section_05_left {
    width: 100%;
    background: url(../image/common/index_bg04.png) no-repeat right bottom #EBF4D7;
    display: block;
    float: none;
    margin-bottom: 20px;
  }
  .section_05_left_in {
    padding: 20px;
  }
  .section_05_left_txt_box {
    width: 64%;
    float: left;
    padding-right: 10px;
  }
  .section_05_left_tit {
    padding-bottom: 20px;
  }
  .section_05_left_txt {
    padding-bottom: 20px;
  }
  .section_05_left_btn {
    width: 80%;
  }
  .section_05_left_btn a {
    width: 100%;
    display: block;
    border-radius: 5px;
    background: #005DA3;
    text-align: center;
    color: #FFFFFF;
    padding: 5px;
  }
  .section_05_left_img_box {
    width: 34%;
    float: right;
  }
  .section_05_left_img_box img {
    width: 100%;
    height: auto;
  }
  .section_05_right {
    width: 100%;
    background: #E9EAE5;
    display: block;
    float: none;
  }
  .section_05_right_tit_box {
    width: 100%;
    background: #F2F2F0;
    display: table;
  }
  .section_05_right_tit {
    padding: 10px;
    font-size: 150%;
    font-weight: bold;
    display: table-cell;
  }
  .section_05_right_tit span {
    padding-left: 5px;
    font-size: 50%;
    font-weight: normal;
    color: #008488;
  }
  .section_05_right_btn {
    padding: 10px;
    display: table-cell;
    text-align: right;
  }
  .section_05_right_btn a {
    display: block;
    padding: 5px 0px;
    text-align: right;
  }
  .section_05_right_btn a:after {
    content: "";
    background: url(../image/common/arr04.png) no-repeat right center;
    padding-left: 10px;
  }
  .section_05_right_txt_box {
    padding: 20px;
    display: block;
  }
  /*rss news*/
  .top_rss_box {
    padding: 0px 0px 0px;
  }
  .top_rss_box dl {
    width: 100%;
    display: block;
    padding: 0px;
    /*
    border-bottom:1px solid #EEEEEE;
    */
  }
  .rss_date {
    width: 100%;
    display: block;
    vertical-align: top;
    padding-bottom: 5px;
    font-size: 90%;
  }
  .rss_title {
    display: block;
    padding-bottom: 10px;
  }
  .rss_title a {
    color: #333;
    display: block;
  }
  .rss_contents {
    display: none;
  }
  /*section_06*/
  /*------------------------------------------------------------------------------*/
  .section_06 {
    width: 100%;
    background: url(../image/common/index_bg01.jpg) no-repeat center center;
    background-size: cover;
    margin: 0px auto;
    padding: 30px 0px;
  }
  .section_06_box {
    max-width: 1024px;
    width: 90%;
    margin: 0px auto;
    position: relative;
  }
  .section_06_img {
    display: none;
  }
  .section_06_box li {
    position: relative;
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .section_06_box li img {
    width: 100%;
    height: auto;
  }
  .section_06_box li:nth-child(2n) {
    margin-right: 0;
  }
  .section_06_box li:nth-child(1) {
    left: auto;
    top: auto;
  }
  .section_06_box li:nth-child(2) {
    left: auto;
    top: auto;
  }
  .section_06_box li:nth-child(3) {
    left: auto;
    top: auto;
  }
  .section_06_box li:nth-child(4) {
    left: auto;
    top: auto;
  }
  .section_06_box li:nth-child(5) {
    left: auto;
    top: auto;
  }
  .section_06_box li:nth-child(6) {
    left: auto;
    top: auto;
  }
  /*section_07*/
  /*------------------------------------------------------------------------------*/
  .section_07 {
    width: 100%;
    margin: 0px auto;
    padding: 30px 0px 0px;
  }
  .section_07_box {
    max-width: 1024px;
    width: 90%;
    margin: 0px auto;
  }
  .section_07_box li {
    width: 100%;
    float: none;
    margin-right: 0%;
    border: 1px solid #EAE9EE;
    margin-bottom: 10px;
  }
  .section_07_box li:nth-child(3) {
    max-width: 340px;
    margin-right: 0%;
    margin: 0px auto;
    border: none;
  }
  .section_07_img {
    width: 100%;
    display: block;
  }
  .section_07_img img {
    width: 100%;
    height: auto;
  }
  .section_07_btn {
    display: block;
    text-align: right;
  }
  .section_07_btn a {
    display: block;
    padding: 10px;
  }
  .section_07_btn a:after {
    content: "";
    background: url(../image/common/arr04.png) no-repeat right center;
    padding-left: 10px;
  }
  .fb_box {
    max-width: 340px;
    width: 100%;
    margin: 0px auto;
    height: 400px;
    display: block;
    overflow: hidden;
  }
  .main_rss_box {
    max-width: none;
    width: 100%;
    height: 40px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .main_rss_box dl {
    white-space: normal !important;
  }
  .main_rss_title {
    width: 100%;
    float: none;
    text-align: left;
    margin-right: 0;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .main_rss_link {
    width: 250px;
    float: none;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .main_rss_link a {
    font-size: 18px;
    padding: 5px;
  }
  .main_rss_box .rss_date {
    width: 23%;
    display: block;
    vertical-align: top;
    padding-bottom: 5px;
    font-size: 90%;
    float: left;
  }
  .main_rss_box .rss_title {
    display: block;
    width: 75%;
    float: right;
  }

/*en*/
/*------------------------------------------------------------------------------*/
.en_inner{
  padding: 0 5%;
}

/*pickup_9*/
.section_pickup li{
  flex: 0 1 49.5%;
  width: 49.5%;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #DDD;
}

.section_pickup .tit{
  font-size: 120%;
}
.sp_on{
  display: block;
}

.section_pickup .en{
  font-size: 70%;
}

/*pickup_8*/
.section_pickup02 li{
  flex: 0 1 49.5%;
  width: 49.5%;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #DDD;
}

.section_pickup02 .tit{
  font-size: 120%;
}

/*------------------------------------------------------------------------------*/
}

