@charset "utf-8";

a:hover{color: #f55;}

#use_parts {margin-bottom: 40px}
#use_parts .hidden  {display: none;}
#use_parts .box_on_eyecatch  {margin: -170px auto 40px;width: 95%;/* background: rgba(255,255,255,0.5); */position: relative;padding: 20px 20px 0;box-sizing: border-box;}
#use_parts .box_on_eyecatch p  {/* background: #ffffff; */margin: 0;font-size: 85%;line-height: 1.8em;/* font-weight: bold; */color: #fff;/* color: initial; */padding: 20px;}

#use_parts .links_wrap.col1  {border: 1px solid #777;padding: 20px 30px 0;margin-bottom: 20px;}
#use_parts .links_wrap.col1 .links_title  {display: flex;justify-content: baseline;align-items: center;}
#use_parts .links_wrap.col1 .links_title p  {position: relative;}
#use_parts .links_wrap.col1 .links_title::before  {

}


#use_parts .links_wrap.col1 .links_title p {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
  margin-bottom: 20px;
}

#use_parts .links_wrap.col1 .links_title p:before, #use_parts .links_wrap.col1 .links_title p:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
#use_parts .links_wrap.col1 .links_title p:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
#use_parts .links_wrap.col1 .links_title p:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}


/*parenthesis*/
.parenthesis {
  position: relative;
  /* width: 500px; */
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.parenthesis::before,
.parenthesis::after {
  position: absolute;
  top: 0;
  content: '';
  width: 20px;
  height: 100%;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  left: 0;
  border-left: 1px solid #555;
}
.parenthesis::after {
  right: 0;
  border-right: 1px solid #555;
}
.parenthesis, 
.parenthesis::before,
.parenthesis::after
{border-color: #aaa;}

/*parenthesis*/





#use_parts .section_01{
    margin: 60px 0 40px;
}







#use_parts .links_wrap.col1 .links  {
}
#use_parts .links_wrap.col1 .links ul  {display: flex;flex-wrap: wrap;flex-direction: column;}
#use_parts .links_wrap.col1 .links ul li  {list-style: decimal;margin: 0 20px 15px 0;}
#use_parts .links_wrap.col1 .links ul li a  {color: #0e2a4f;/* font-weight: bold; */}


#use_parts .col2  {display: flex;flex-wrap: wrap;justify-content: space-between;/* padding: 0 10px; */}
#use_parts .col2>div ,
#use_parts .col2>li 
{width: 48%;margin-bottom: 20px;}
#use_parts .col2 .col2_1  {
    position: relative;
}
#use_parts .col2 .col2_1  img{}
#use_parts .col2 .col2_1  img.logo{
    position: relative;
    margin-top: -50px;
    /* bottom: 30px; */
    /* left: 20px; */
    width: 50px;
}

#use_parts .title  {padding: 0;}
#use_parts .mincho  {font-family: 'Noto Serif JP',serif !important;}


#use_parts .col2 .col2_1 p  {
}
#use_parts .col2 .col2_2  {
}
#use_parts .col2 .col2_2 .table_list  {/* display: table; */}
#use_parts .col2 .col2_2 .table_list ul  {display: table;margin: 0 0 40px;}
#use_parts .col2 .col2_2 .table_list ul li  {list-style: none;display: table-row;}
#use_parts .col2 .col2_2 .table_list ul li span  {display: table-cell;border-collapse: collapse;border: 1px solid #ccc;}
#use_parts .col2 .col2_2 .table_list ul li .list_1  {
}
#use_parts .col2 .col2_2 .table_list ul li .list_2  {
}


#use_parts .col3  {display: flex;justify-content: space-between;margin: 20px 0 40px;}
#use_parts .col3 > div{
    width: 30%;
    /* max-height: 180px; */
}
#use_parts .col .img_wrap  {display: flex;flex-direction: column;justify-content: baseline;align-items: center;clear: both;margin-bottom: 30px;}
#use_parts .col .img_wrap img  {max-height: 180px;border: 1px solid #ddd;padding: 10px;/* box-sizing: border-box; */width: auto;max-width: 100%;box-sizing: border-box;}
#use_parts .col .img_wrap .caption  {font-size: 74%;}


#use_parts .col1  {
}
#use_parts .col1 table  {width: 97%;margin: 0 auto;}
#use_parts .col1 table thead  {
}
#use_parts .col1 table thead tr  {
}
#use_parts .col1 table thead tr th  {background: #8e7f00;font-size: 140%;padding: 5px 10px;font-family: cursive;color: #fff;line-height: normal;}
#use_parts .col1 table tbody  {
}
#use_parts .col1 table tbody tr  {
}
#use_parts .col1 table tbody tr td  {font-size: 85%;word-break: break-word;min-width: 3em;}
#use_parts .col1 table tbody tr td:first-child {
    min-width: 6em;
}
#use_parts .col1 table tbody tr td a  {
}


#use_parts .title_circle{}

#use_parts .title_circle {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
  padding-left: 0px;
  margin-bottom: 30px;
}
#use_parts .title_circle:before {
  content: "";
  position: absolute;
  background: #e3eb57;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  /* margin-right: 10px; */
}


#use_parts .title_black{
    background: #000;
    color: #fff;
    padding: 10px;
    font-family: initial;
    font-weight: normal;
    font-size: 110%;
    /* border-left: 10px solid #8e7f00; */
    box-sizing: border-box;
    text-align: left;
    /* margin-bottom: 20px; */
}

.text_SSS{font-size:60% !important;}
.text_SS{font-size:70% !important;}
.text_S{font-size:85% !important;}
.text_M{font-size:100% !important;}
.text_L{font-size:115% !important;}
.text_LL{font-size:130% !important;}
.text_LLL{font-size:150% !important;}
.no_border{border: none !important;}

.col2_withlogo{margin-top: 20px;}
.col2_withlogo img{/* width: 20%; */max-width: 20%;/* display: block; *//* height: auto; */float: left;margin: 0 20px 5px 0;min-width: 128px;}
.col2_withlogo p{/* width: 80%; */display: block;}

#use_parts .profile {display: flex;flex-direction: column;/* justify-content: flex-start; */box-sizing: border-box;}
#use_parts .profile .name {
    margin-bottom: 15px;
    border-bottom: 2px solid #9cd5f2;
    line-height: 35px;
}
#use_parts .profile .profile_name {
}
#use_parts .profile .profile_title {
    color: #b67d00;
    margin-right: 15px;
}
#use_parts .profile .profile_fullname {
    font-size: 150%;
}



#use_parts .profile .desc {
    display: flex;
    height: 100%;
}
#use_parts .profile .profile_desc {
    border: 1px solid #ddd;
    padding: 20px;
    box-sizing: border-box;
}
#use_parts .menu {
}
#use_parts .menu .menu_name {
    border-color: #e1de58;
}
#use_parts .menu .menu_desc {}
.mincho{    font-family: 'Noto Serif JP',serif !important;}


.font_awesome::before,
.font_awesome::after{
        content: '';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 5px;
}


.wise_link{
    margin: 0 0 20px;
}
.wise_link a{
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    display: inline-block;
    word-break: break-word;
}
.wise_link a:hover{
    color: #f22;
    text-decoration: none;
    border-color: #f22;
}
.wise_link .font_awesome a::before{
    content: '\f0eb';
    padding-right: 0;

}
.wise_link a::before:hover{}

.icon_restaurant::before{
    content: '\f2e7';
    margin-right: 5px;  
}

.icon_map::before{
    content: '\f279';
    margin-right: 5px;  
}
.icon_book::before{
    content: '\f518';
    margin-right: 5px;  
}
.icon_star::before{content: '\f005';font-weight: bold;margin-right: 5px;color: #ffc700;}


.icon_light::before{
    content: '\f0eb';
    margin-right: 5px;  
}

.icon_pc::before{
    content: '\f108';
    margin-right: 5px;  
}

.icon_star::before{
    content: '\f005';
    margin-right: 5px;  
}



.icon_phone::before{
    content: "\f095";
    margin-right: 5px;  
}

.icon_location::before{
    content: "\f3c5";
    margin-right: 5px;  
}

.icon_mail::before{
    content: "\f0e0";
    margin-right: 5px;  
}
.icon_company::before{
    content: "\f1ad";
    margin-right: 5px;  
}










.star_list .icon_star:nth-child(even)::before{font-weight: normal;}

.image_with_shadow {
    width: auto;
    margin: 0 auto;
    height: auto;
    display: block;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
    max-width: 100%;
}
.image_with_shadow:hover,
.image_with_shadow:active{
  opacity: 0.75;
}

.card_menus ul {margin: 0;display: flex;flex-wrap: wrap;justify-content: space-around;}
.card_menus ul li {list-style: none;width: 22%;box-shadow: 5px 5px 0px rgb(255, 223, 215);margin-bottom: 20px;display: block;line-height: initial;/* height: auto; *//* overflow: hidden; */display: flex;}
.card_menus ul li a {display: block;background: #fff;box-shadow: 0 0 2px #aaa;transition: all .2s cubic-bezier(0.430, 0.695, 0.265, 1);display: flex;flex-direction: column;text-decoration: none;}
.card_menu_img {}
.card_menu_img img {display: block;}
.card_menu_title {border-top: 1px solid #eee;text-decoration: none;}
.card_menu_title p {padding: 10px;line-height: initial;}

.card_menus ul li a:hover,
.card_menus ul li a:active
{text-decoration: none;color: #e85531;transform: translate(5px,5px);}

.card_menus ul li a .card_menu_title p{text-decoration: none !important;}
.card_menus ul li a:hover .card_menu_img img,
.card_menus ul li a:active .card_menu_img img
{opacity:.75;}

.card_menus .card_menus_title p{padding:5px;}


.title_with_horizontal_line {display: inline-block;padding: 10px 10px 10px 10px;margin: 0;display: flex;align-items: stretch;}
.title_with_horizontal_line::before{content:' ';min-width: 10px;height: 1px;background: #000000;display: inline-block;margin: auto 10px auto 0;}
.title_with_horizontal_line::after{content:' ';width: 20%;height: 1px;background: #000000;display: inline-block;margin: auto 0 auto 10px;}


.mini_pager{
    padding-bottom: 20px;
    line-height: 1.3em;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.mini_pager a{
    max-width: 48%;
}

.mini_pager a:first-child::before,
.mini_pager a:last-child::after,
.mini_pager a.prev::before,
.mini_pager a.next::before
{
  content:'';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}


.mini_pager a:first-child::before{
  content: '\f100';
  padding-right: 5px;
}
.mini_pager a:last-child::after{
  content: '\f101';
}

.mini_pager a:only-child{}
.mini_pager a:only-child::before{}
.mini_pager a:only-child::after{content:none;}

.mini_pager a:hover,
.mini_pager a:active{color:#e85531;text-decoration: none;}

/*.mini_pager a.prev{}
.mini_pager a.next{}
.mini_pager a.prev::before{  content: '\f100';
  padding-right: 5px;}
.mini_pager a.next::before{  content: '\f101';}*/

.devwbk .parts_01 .title_black{margin-top: 80px;}

.left_border_title{
    display: inline-block;
    background: #ffffff;
    padding: 3px 7px;
    margin-bottom: 5px;
    border-left: 10px solid #f29700;
}


.box_title{
    display: inline-block;
    /* border: 1px solid #aaa; */
    padding: 5px 10px;
    background: #e95704;
    margin-bottom: 5px;
    letter-spacing: .1em;
    /* font-size: 90%; */
    margin-right: 5px;
    color: #fff;
}

.inline{display: inline-block;}

.star_list {margin: 0 !important;height: 100%;}
.star_list .icon_star {list-style: none;}

#use_parts .box_on_eyecatch.img_right_bottom{
    background: none;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
}
#use_parts .box_on_eyecatch.img_right_bottom img{
    width: 150px;
    position: absolute;
    right: -20px;
    top: -145px;
    border-radius: 50%;
    height: 150px;
    object-fit: cover;
    box-sizing: border-box;
    z-index: 1;
}



#use_parts .balloon_triangle{position: absolute;right: 0;width: 50px;height: 50px;background: #fff;transform: skew(45deg) rotate(30deg);top: -135px;right: 55px;z-index: 0;}
#use_parts .balloon_triangle:after{/* content: ""; *//* background: #fff; */width: 200%;height: 200%;/* z-index: 100000; */display: block;/* transform: rotate(18deg); *//* right: -50px; *//* position: absolute; */}

.orange{/* color:#faa; */}

/*col2_img_left*/
#use_parts .col2_img_left {padding: 0;}
#use_parts .col2_img_left .col2_1 {width: 164px;flex-direction: column;display: flex;justify-content: center;/* align-items: center; */}
#use_parts .col2_img_left .col2_1 img.profile_picture {width: 40%;min-width: 120px;}
#use_parts .col2_img_left .col2_1 img.logo {}
#use_parts .col2_img_left .profile.col2_2 {width: calc(100% - 175px);
}
#use_parts .col2_img_left .profile.col2_2 .profile_name {
}
#use_parts .col2_img_left .profile.col2_2 .profile_name span.profile_fullname {
}
#use_parts .col2_img_left .profile.col2_2 .profile_name span.profile_title {
}
#use_parts .col2_img_left .profile.col2_2 .desc {
}

#use_parts .list_with_box_title {display: table;}
#use_parts .list_with_box_title h4 {display: table-cell;/* font-size: 80%; *//* font-weight: normal; */background: #fff;/* border: 1px solid #aaa; *//* border-radius: 0; */padding: 0;/* height: 10px; */}
#use_parts .list_with_box_title h4 span{
    border: 1px solid #aaa;
    padding: 4px 10px;
    font-size: 65%;
    font-weight: normal;
    display: block;
    line-height: 1.6em;
}
#use_parts .list_with_box_title ul {display: table-cell;list-style: none;padding-left: 10px;margin-left: 10px;}
#use_parts .list_with_box_title ul li {font-size: 85%;}
#use_parts p.alert {font-size: 90%;}
.pink {color: #ff3b3b;}


#use_parts .box_with_title {margin-bottom: 40px;}
#use_parts .box_with_title h2 {background: rgb(0,159,176);background: linear-gradient(to right,  rgba(0,159,176,1) 0%,rgba(93,194,208,1) 100%);margin-bottom: 0;font-size: 160%;color: #fff;padding: 5px 10px;/* text-align: center; */display: flex;align-items: center;letter-spacing: .05em;justify-content: center;border: none;}
#use_parts .box_with_title .box {border: 6px solid rgb(0,159,176);border-width: 0 5px 5px 5px;border-right-color: rgb(93,194,208);background-color: #f1f1f1;padding: 20px;}

#use_parts ol.circle_number_list {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 360px;
}
#use_parts ol.circle_number_list li {margin-bottom: 10px;padding-left: 30px;position: relative;list-style: none;display: inline-block;line-height: 30px;font-weight: bold;font-size: 110%;}

#use_parts ol.circle_number_list li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: rgb(0,159,176);
  color: #fff;
  display: block;
  float: left;
  line-height: 30px;
  margin-left: -30px;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 8px;
}

#use_parts ol.circle_number_list.plain_circle{
    max-height: 240px;
}
#use_parts ol.circle_number_list.plain_circle li{
    line-height: 20px;
    font-size: 100%;
}
#use_parts ol.circle_number_list.plain_circle li:before{
    content: " ";
    background: #55acee;
    width: 20px;
    height: 20px;
    line-height: 20px;
}



#use_parts .block {margin-bottom: 20px;/* padding: 0; */}
#use_parts .block h4 {display: inline-block;background: none;}
#use_parts .block div {font-weight: bold;}
#use_parts .block p {background: #fff;padding: 15px 20px;margin: 10px auto 40px;box-sizing: border-box;}
#use_parts .bluegreen{
color:rgb(0,159,176);
}

#use_parts .border{border: 1px solid #ccc;background: #fff;}
#use_parts .border_box{border: 1px solid #ccc;padding:20px;}


#use_parts .grey_box{
  background: #f5f5f5;
  padding: 20px;
}

#use_parts .search_box_dummy {
}
#use_parts .search_box_dummy .dummy_box_wrap {display: flex;align-items: center;}
#use_parts .search_box_dummy .dummy_box_wrap .dummy_box {border: 2px solid #009fa8;display: flex;align-items: flex-start;padding: 5px 15px;font-size: 120%;box-sizing: border-box;color: initial;line-height: 22px;word-break: break-all;}
#use_parts .search_box_dummy .dummy_box_wrap .dummy_icon {margin: 0;border: 2px solid #009fa8;line-height: 22px;}

.bgc-blue{
    background: #55acee !important;
}
.bdc-blue{
    border-color: #55acee !important;
}

#use_parts .text_with_img_01 {clear: both;overflow: hidden;}
#use_parts .text_with_img_01 p {display: block;margin: 0;}
#use_parts .text_with_img_01 img {width: 50%;float: right;margin: 0 0 10px 20px;padding: 0;box-sizing: border-box;}


#use_parts .alert_box{
    background: #466886;
    padding: 5px 10px;
    font-size: 85%;
    color: #fff;
}

.dgwt-jg-caption-overlay{
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 0px 5px;
    font-size: 75%;
    bottom: 0;
    transition: all .1s linear;
    text-align: right;
    box-sizing: border-box;
}
.dgwt-jg-item:hover .dgwt-jg-caption-overlay,
.dgwt-jg-item:active .dgwt-jg-caption-overlay{/* display: none; */bottom: -30px;}

#use_parts .links_minititle{
    color: #ec4e00;
    font-weight: bold;
}
#use_parts .links_wrap.no_number .links{}
#use_parts .links_wrap.no_number .links ul{}
#use_parts .links_wrap.no_number .links ul li{
    list-style: none;
}

#use_parts .table_index {
}
#use_parts .table_index table {
}
#use_parts .table_index table tbody {
}
#use_parts .table_index table tbody tr {/* padding-bottom: 5px; */}
#use_parts .table_index table tbody tr td {vertical-align: baseline;padding-bottom: 10px;}
#use_parts .table_index table tbody tr td.links_minititle {width: 80px;padding-right: 10px;text-align: right;}

#use_parts .table_index table tbody tr td a {
}

#use_parts .col2_img_left.profile_left {flex-direction: row;margin-bottom: 40px;}
#use_parts .col2_img_left.profile_left .col2_1 {margin-bottom: 0;width: 100px;}
#use_parts .col2_img_left.profile_left .col2_1 img.profile_picture {margin-bottom: 0;width: 100%;min-width: auto;}
#use_parts .col2_img_left.profile_left .profile.col2_2 {margin-bottom: 0;width: calc(100% - 110px);}
#use_parts .col2_img_left.profile_left .profile.col2_2 .profile_name {text-align: left;align-items: baseline;font-size: 90%;margin-bottom: 10px;}
#use_parts .col2_img_left.profile_left .profile.col2_2 .profile_name span.profile_fullname {margin-right: 10px;line-height: initial;}
#use_parts .col2_img_left.profile_left .profile.col2_2 .profile_name span.profile_title {line-height: initial;}
#use_parts .col2_img_left.profile_left .profile.col2_2 .profile_desc {text-align: left;
}

#use_parts .article_box_01 {font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif!important;border-top: 2px solid #cfd9e5;padding-top: 20px;margin-bottom: 40px;}
#use_parts .article_box_01 h2 {line-height: 1.5em;font-size: 30px;color: #196eb4;margin-bottom: 0;padding: 0;}
#use_parts .article_box_01 p {
    line-height: 1.75em;
    font-size: 16px;
    margin-bottom: 40px;
}
#use_parts .article_box_01 p strong{color: #000;font-size: 110%;margin: 0 5px;}
#use_parts .article_box_01 p a{}

.manga{padding:20px 10px;margin-bottom: 60px !important;}



#use_parts .title_with_colorful_top_border{
  font-family: 'Noto Serif JP',serif;
  font-weight: 600;
  font-size: 160%;
  margin-bottom: 20px;
  border-top: solid 3px skyblue;
  position: relative;
  padding-top: 10px;
  padding-left: 0;
  border-left: none;
}

#use_parts .title_with_colorful_top_border::after {
  position: absolute;
  content: " ";
  display: block;
  border-top: solid 3px #ffc778;
  top: -3px;
  width: 30%;
}

#use_parts .article_box_01 .subtitle{
    margin: 0 0 3px;
    color: #ff6000;
}
#use_parts .article_box_01 .mini_title{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: Monotype Corsiva,serif,Comic Sans MS;
    color: #666;
    display: flex;
}
#use_parts .title_with_dotted_border{
    margin: 0 0 0 5px;
    border: 1px dashed #faa;
    border-width: 0 0 2px 0;
    margin: 40px 0 20px 0;
    display: inline-block;
    padding: 0 20px 2px 0;
    color: #ff6000;
    font-size: 110%;
    margin-top: 0px;
}
#use_parts .title_with_dotted_border:first-child{margin-top:0;}

.icon_check::before{
  content:"\f14a";
  margin-right: 5px;
  padding-right: 0;
  color: #94c011;
  font-size: 120%;
  font-weight: 400;
}
.bluegreen{}

#use_parts .box_with_title.check_list {
}
#use_parts .box_with_title.check_list h2 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed1b23+0,f69679+100 */background: rgb(237,27,35); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to right,  rgba(237,27,35,1) 0%,rgba(246,150,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 */}
#use_parts .box_with_title.check_list .box {border-color: rgba(237,27,35,1);border-right-color: rgba(246,150,121,1);}
#use_parts .box_with_title.check_list .box ol.circle_number_list {
}
#use_parts .box_with_title.check_list .box ol.circle_number_list li {}
#use_parts .box_with_title.check_list .box ol.circle_number_list li::before {
    content: "\f14a";
    font-weight: 100;
    font-family: "Font Awesome 5 Free";
    color: #f26054;
    background: none;
    font-size: 25px;
}

.cursive{    font-family: Monotype Corsiva,serif,Comic Sans MS;
}

.italic{font-style:italic;}

.exclamation::before{
  content:"\f06a";
  font-size: 120%;
  color: #ff6000;
  padding-right: 0;
}

.coming_soon{
    color: #999;
    display: flex;
    align-items: center;
}
.coming_soon:hover,
.coming_soon:hover{
    color: #999;
}
.coming_soon::after{content: "Coming Soon!";background: #c6cdd6;padding: 3px 8px;font-size: 75%;color: #fff;margin-left: 5px;}























































































@media screen and (max-width:1100px) {



#use_parts .box_on_eyecatch  {}
#use_parts .box_on_eyecatch p  {}
#use_parts .links_wrap.col1 .links_title{}
#use_parts .links_wrap.col1 .links_title p{}
#use_parts .box_on_eyecatch.img_right_bottom {}
#use_parts .box_on_eyecatch.img_right_bottom img{}

}


@media screen and (max-width:900px) {

#use_parts .box_on_eyecatch  {}
#use_parts .box_on_eyecatch p  {}
#use_parts .links_wrap.col1 .links_title{}
#use_parts .links_wrap.col1 .links_title p{}
#use_parts .box_on_eyecatch.img_right_bottom {}
#use_parts .box_on_eyecatch.img_right_bottom img{
}



}


@media screen and (max-width:770px) {

#use_parts .col2 div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    box-sizing: border-box;
}
#use_parts .col2 div img{max-width: 512px;/* width: 100%; */}

#use_parts .profile .profile_fullname{
  /*font-size:200%;*/
}
#use_parts .box_on_eyecatch.img_right_bottom {}
#use_parts .box_on_eyecatch.img_right_bottom img{
}
#use_parts .balloon_triangle{}
#use_parts .balloon_triangle:after{}
#use_parts ol.circle_number_list,
#use_parts ol.circle_number_list.plain_circle{max-height: none;}
#use_parts .col2_img_left .col2_1 img.logo{
    margin-left: -100px;
}


}



@media screen and (max-width:640px) {



#use_parts .col .img_wrap img{}
#use_parts .box_on_eyecatch  {
    margin-top: -160px;
}
#use_parts .box_on_eyecatch p  {
    font-size: 75%;
}
#use_parts .links_wrap.col1 .links_title{}
#use_parts .links_wrap.col1 .links_title p{}

#use_parts .box_on_eyecatch.img_right_bottom {}
#use_parts .box_on_eyecatch.img_right_bottom img{
    width: 140px;
    height: 140px;
    top: -120px;
}
#use_parts .balloon_triangle{}
#use_parts .balloon_triangle:after{}

#use_parts .col2_img_left{}
#use_parts .col2_img_left .col2_1{}
#use_parts .col2_img_left .col2_2{}
#use_parts .box_with_title h2{
    font-size: 150%;
}











}


@media screen and (max-width:499px) {



#use_parts .col .img_wrap img{}
#use_parts .box_on_eyecatch  {
    margin: 0 auto 20px;
    padding: 10px 0;
    width: 90%;
    border: 1px solid #aaa;
    border-width: 1px 0 1px;
}
#use_parts .box_on_eyecatch p  {
    color: initial;
    padding: 0;
}
#use_parts .links_wrap.col1 .links_title{
    justify-content: center;
}
#use_parts .links_wrap.col1 .links_title p{}
#use_parts .box_on_eyecatch.img_right_bottom {}
#use_parts .box_on_eyecatch.img_right_bottom img{
    width: 120px;
    height: 120px;
    top: -100px;
}
#use_parts .balloon_triangle{}
#use_parts .balloon_triangle:after{}

#use_parts .col2_img_left{
    flex-direction: column;
}
#use_parts .col2_img_left .col2_1{align-items: center;width: 100%;}
#use_parts .col2_img_left .col2_2{}


#use_parts .col2_img_left .profile.col2_2{
    width: 100%;
}
#use_parts .box_with_title h2{
    font-size: 120%;
    word-break: keep-all;
}
#use_parts .text_with_img_01 img{
    float: none;
    width: calc(100% - 20px);
    padding: 0;
    margin: 0 auto;
}



}


@media screen and (max-width:399px) {


#use_parts .col2 div{}
#use_parts .col .img_wrap img{}
#use_parts .box_on_eyecatch  {}
#use_parts .box_on_eyecatch p  {}
#use_parts .links_wrap.col1 .links_title{}
#use_parts .links_wrap.col1 .links_title p{}
#use_parts .box_on_eyecatch.img_right_bottom {}
#use_parts .box_on_eyecatch.img_right_bottom img{
    width: 100px;
    height: 100px;
    top: -100px;
}
#use_parts .balloon_triangle{}
#use_parts .balloon_triangle:after{}

#use_parts .col2_img_left{}
#use_parts .col2_img_left .col2_1{}
#use_parts .col2_img_left .col2_2{}



}

































































